bodyworks と lottie を使用してカスタム SVG アニメーションをロードしていますが、何らかの理由で GET エラーがスローされています。ファイルへのパスは正しいので、コピーしてブラウザに貼り付けると正常に読み込まれるため、何が問題なのかわかりません。
var animation = bodymovin.loadAnimation({
container: document.getElementById("animationContainer"), // the dom element that will contain the animation
renderer: 'svg',
loop: true,
autoplay: true,
path: 'data.json' // the path to the animation json
});
ファイルはもともとネストされたフォルダーにありましたが、それがエラーの原因である可能性があると考えたので、移動しましたが、まだ読み込めません。どんな助けでもいただければ幸いです
> bodymovin.js:1300 GET file:///G:/My%20Drive/YetiTech/YetiTechNewSite/YetiTech/The%20Fresh%20Site%20of%20Bel%20Air/data.jsonnet::ERR_FAILED