Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to handle transitions #1

Open
falconmick opened this issue Oct 9, 2018 · 4 comments
Open

How to handle transitions #1

falconmick opened this issue Oct 9, 2018 · 4 comments

Comments

@falconmick
Copy link
Owner

https://github.com/gatsbyjs/gatsby/blob/master/examples/using-page-transitions/src/components/transition.js

https://github.com/reactjs/react-transition-group

Instead of handling transition globally, use render props to pass the transition state and time down to the page component. This way I can make a transition that is able to use React context to gather a target location for the banner of the blog post to move to

@falconmick
Copy link
Owner Author

React spring might be able to replace transition group

@falconmick
Copy link
Owner Author

Reparenting:
facebook/react#13044

@falconmick
Copy link
Owner Author

Look into flip animation techniques

@falconmick
Copy link
Owner Author

React flip toolkit could actually do all this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant