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