let container = lively.query(this, "#animation-container") var animation = bodymovin.loadAnimation({ container: container, renderer: 'svg', loop: true, autoplay: true, path: 'data.json' })