You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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", () => {
});
The text was updated successfully, but these errors were encountered: