diff options
Diffstat (limited to 'app/static/js/missing_puzzle.js')
-rw-r--r-- | app/static/js/missing_puzzle.js | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app/static/js/missing_puzzle.js b/app/static/js/missing_puzzle.js new file mode 100644 index 0000000..a89ad92 --- /dev/null +++ b/app/static/js/missing_puzzle.js @@ -0,0 +1,10 @@ +var animation = bodymovin.loadAnimation({ + container: document.getElementById('puzzle'), + + renderer: 'svg', + loop: true, + autoplay: true, + path: "static/js/Puzzle.json" + + // Make sure your path has the same filename as your animated SVG's JSON file // + })
\ No newline at end of file |