Answers for "lottie animation loop"

1

lottie delay between loops

anim.addEventListener('complete', function() {
  setTimeout(function(){
    anim.goToAndPlay(0);
  }, 2000);
})
Posted by: Guest on February-26-2021

Code answers related to "lottie animation loop"

Browse Popular Code Answers by Language