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
Hi, I'm facing something weird.
I implemented animation component using react-lottie-player.
It looks working well but I found something weird.
When I navigate on other screen and then come back to animation screen, my animation is freeze.
I am not sure why this happens.
Could you help me with this? <Lottie animationData={animationData} play={play} onLoopComplete={() => { setPlay(false); }} />
The text was updated successfully, but these errors were encountered:
Hi, I'm facing something weird.
I implemented animation component using react-lottie-player.
It looks working well but I found something weird.
When I navigate on other screen and then come back to animation screen, my animation is freeze.
I am not sure why this happens.
Could you help me with this?
<Lottie animationData={animationData} play={play} onLoopComplete={() => { setPlay(false); }} />
The text was updated successfully, but these errors were encountered: