Open brian-open opened 1 year ago
Hi @brian-open
Could you please tell me which version of the player-component you're using ?
hi @theashraf
i'm facing the same issue in my web app made with svelte . Animations sometimes stays in stop state after the page is loaded and it doesn't starts until the page is manually refreshed again and i'm using the latest version. This is happening with my every lottie animation
Hi,
We are using dotlottie through on the following site.
https://www.leprechaunmuseum.ie/story/
We have 8 animations in place on the page. 4 animations are in the top area and 4 animations are revealed in modal windows. In the first scene if you click the tree you will see the dotlottie animations.
The issue that we are having is that the dotlottie animations are not running every time you visit the page. It is frustratingly very inconsistent.
Strangely enough the dotlottie files that are in the modal windows load every time but the animations in the main scenes are loading inconsistently.
The dotlottie files are in my webpack build (example below).
Is there something that I am doing wrong that is stopping the animations from loading every time?
import '@dotlottie/player-component';
document.addEventListener("DOMContentLoaded", () => {
});