Replies: 3 comments
-
I am also looking for the same solution. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@nfuaufagf I think you need to pass the styles to the
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Isn't this what you're looking for? https://codesandbox.io/s/github/pmndrs/react-spring/tree/master/demo/src/sandboxes/simple-transition |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to make a fade through transition effect between pages in my component. However, the code below doesn't seem to work. How can this be fixed?
Also, it'd be ideal if going from page 1 to 2 would make page 2 scale up, but when going from page 2 to 1 it would make page 1 scale down. Would useSprings be more ideal in this case?
Beta Was this translation helpful? Give feedback.
All reactions