aboutsummaryrefslogtreecommitdiff
path: root/app/static/js/missing_puzzle.js
blob: a89ad920caba7197eabb6ea1b9bc7602b7e5dfee (plain)
1
2
3
4
5
6
7
8
9
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 //
    })