Skip to content

Commit

Permalink
changed index
Browse files Browse the repository at this point in the history
  • Loading branch information
bodymovin committed Apr 8, 2018
1 parent 6083249 commit 1a08aec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions player/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -193,13 +193,13 @@
//elem.style.display = 'none';
var animData = {
container: elem,
renderer: 'svg',
renderer: 'html',
loop: true,
autoplay: true,
rendererSettings: {
progressiveLoad:false,
},
path: 'exports/bm_ronda/data.json'
path: 'exports/render/data.json'
};
anim = lottie.loadAnimation(animData);
anim.setSubframe(false);
Expand Down

0 comments on commit 1a08aec

Please sign in to comment.