我正在使用 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