Lottie Animation in fabricjs canvas
问题 Is it possible to load the Lottie animation in fabricjs canvas I have tried the following samples bodymovin.loadAnimation({ wrapper: animateElement, // div element loop: true, animType: 'canvas', // fabricjs canvas animationData: dataValue, // AE json rendererSettings: { scaleMode: 'noScale', clearCanvas: true, progressiveLoad: false, hideOnTransparent: true, } }); canvas.add(bodymovin); canvas.renderAll(); I cant able to add the animation in the fabric js canvas. if any one overcome this