Replies: 2 comments
-
It'll be an issue in your code, but without seeing it I doubt anyone will be able to offer you advice :) |
Beta Was this translation helpful? Give feedback.
0 replies
-
If you are using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Which react-spring target are you using?
@react-spring/web
@react-spring/three
@react-spring/native
@react-spring/konva
@react-spring/zdog
What version of react-spring are you using?
9.7.2
What's Wrong?
I am implementing a drawer, which pushes the content, I make the drawer animated, but the content does not follow smoothly like CSS transition, it has to wait until the animation is finished. is there any way to fix this?
Screen.Recording.2023-06-26.at.1.30.21.AM.mov
To Reproduce
drawer use useSpring, animated with position x, onRest callback to close the drawer
Expected Behaviour
expect content to follow the animation like CSS transition.
Link to repo
N/A
Beta Was this translation helpful? Give feedback.
All reactions