react-loader-advanced icon indicating copy to clipboard operation
react-loader-advanced copied to clipboard

CSSTransitionGroup Limitations

Open EvilLooney opened this issue 8 years ago • 0 comments

Hi,

Great plug-in!

I have a question though. I am using the contentBlur attribute and adding a <Spinner /> in the message. Both of these combined with a CSSTransitionGroup transitionConfig applied to the loader.

Right when the show attribute is changed, the content blur is removed and the Spinner resets to its starting position while the "fade out" animation begins. This makes for a jumpy animation.

Is this a limitation of using CSSTransitionGroup or could something be worked inside the Loader component?

Thanks.

EvilLooney avatar Jul 04 '17 21:07 EvilLooney