Struggling to set Lottie stage when DOM loads
I’m facing a challenge with dynamically setting the stage of a Lottie upon the DOM content being fully loaded. My goal is to randomly select a Lottie and a specific stage in it, and then display the animation starting from the selected stage. However, despite my efforts, the animation does not start from any stage. Any insights into resolving this issue would be greatly appreciated.