指南: http://airbnb.io/lottie/web/web.html
我添加了
<script src="js/bodymovin.js" type="text/javascript"></script>把 data.json 放到根目录,bodymovin.js 放在了根目录的 js 文件夹里,然后 js 文件夹里建立 index.js, 然后复制了指南的代码进去,修改了 id 名字,可是一直不显示啊!
1
DeepCold 2018-08-02 15:39:54 +08:00
path: 'data.json', // 这个相对路径没填对,想万无一失可以用网络地址
renderer: 'svg/canvas/html', // 这个选一个就好,官网示例用的 svg,我用的 canvas 都 OK |
2
CSGO OP @DeepCold 看一下作者给我的回复:
Hi, your folder is named "_js" and the html is looking for a folder called "js". Second, in the index you're passing a variable element as the container of the animation but you haven't specified what is the value of that variable. It should point to an element in the DOM. |