LottieFiles Web

  1. I’m using the Lottieweb-player, & I want to loop my animation in some defined numbers. I have more than 15 animations. How can i achieve that?

You could use the interactivity library to play segments or even use custom javascript. lottie-web itself has a method called .playSegments(). its not documented but you can still call that method. this has to be done for each animation separately

  1. How to scale Lottie animations responsively on web.

I am using Elementor and Lotti widget to import animated .svg file that I have created with Haiku animator. I noted that this files are not responsive. How to make them responsive?

A lottie animation can be styled with CSS like any other html element. You can use %, VW, and VH to make it responsive.

Refference: