0
How to auto play when visible?
How tomake my animation javascript play automatically when visible, looks like "wow.js"? Here my code var params = { container: document.getElementById('lottie'), renderer: 'svg', loop: false, autoplay: true, path: '/asset/js/data.json' }; var anim; anim = lottie.loadAnimation(params);
1 Odpowiedź
+ 5
://Hey ardy salinggih this is not a full code, please attach whole source code