react-loader-advanced
react-loader-advanced copied to clipboard
CSSTransitionGroup Limitations
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.