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