|
@@ -36,6 +36,7 @@ class LottieLoader extends Loader {
|
|
container.style.height = data.h + 'px';
|
|
container.style.height = data.h + 'px';
|
|
document.body.appendChild( container );
|
|
document.body.appendChild( container );
|
|
|
|
|
|
|
|
+ // eslint-disable-next-line no-undef
|
|
const animation = bodymovin.loadAnimation( {
|
|
const animation = bodymovin.loadAnimation( {
|
|
container: container,
|
|
container: container,
|
|
animType: 'canvas',
|
|
animType: 'canvas',
|