Why does my Lottie animation starts after content is loaded in React application?
I’m using react-lottie to animate a set of Lottie animations on a React page. I have an array of animation data (items
) that each corresponds to a different animation, and I’m trying to cycle through these animations based on both user interaction and automatically.