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
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.
Which react-spring target are you using?
@react-spring/web@react-spring/three@react-spring/native@react-spring/konva@react-spring/zdogWhat 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