react-lottie icon indicating copy to clipboard operation
react-lottie copied to clipboard

State change causes animation to pause

Open nishmeht7 opened this issue 6 years ago • 2 comments

Issue

I'm rendering a loading animation, while my results are being fetched. Right before the results appear, the animation hangs, until the new results appear, and the animation is unmounted.

Expected Behaviour

The animation should keep on loading without a pause, and the results should appear whenever they do, but without having the animation paused.

I was previously using a circular progress material-ui component which is simply a circular rotating loader and the loader would keep looping, and the results would appear, without the user noticing that the loader unmounted.

Has anyone come across such an issue? I would appreciate any input that could help me debug.

nishmeht7 avatar May 15 '18 23:05 nishmeht7

Hi @nishmeht7 , Did you find a solution?

AntwanSherif avatar Jun 27 '19 13:06 AntwanSherif

@AntwanSherif No, I did not. I was considering adding it to a project but didn't go ahead due to that issue.

nishmeht7 avatar Jun 27 '19 20:06 nishmeht7