aboutsummaryrefslogtreecommitdiff
path: root/app/static/js/discovery.js
blob: 76cb91ee92cab6ae16d4fbe9ed3f96bc94a68ae9 (plain)
1
2
3
4
5
6
7
8
9
10
var animation = bodymovin.loadAnimation({
    container: document.getElementById('discovery'),
        
    renderer: 'svg',
    loop: true,
    autoplay: true,
    path: "static/js/Discovery.json"
        
    // Make sure your path has the same filename as your animated     SVG's JSON file //
    })