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