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