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
{{ message }}
This repository was archived by the owner on Aug 10, 2020. It is now read-only.
Using React what library do you use for animations? The biggest pain point for me is to animate multiple child components where the child components have to pass it's self reference back to the parent component. For simple transitions, I use CSS (styled-components) but for the more complicated animations like the situation I mentioned I use gsap. Would love to know your approach.