How do I recreate this animation? #1962
Unanswered
MubashirWaheed
asked this question in
Support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to recreate an animation from here: https://www.nike.com/ in my react web app.
In order to see the animation follow these steps
I have my Sidebar initially being transitioned (when the user first clicks on the hamburger icon) using
useTransition
hook. I don't understand how to simultaneously animate categories off the sidebar and animate in the links for that category.I tried using two
useSpring
hooks but it wasn't animating categories and links simultaneously when the user clicked on a category.Beta Was this translation helpful? Give feedback.
All reactions