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

transition.out #2951

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

transition.out #2951

wants to merge 2 commits into from

Conversation

mattgperry
Copy link
Collaborator

@mattgperry mattgperry commented Dec 19, 2024

This PR adds a new out option to Transition. When true, this transition will be used when the value animates out of its current state.

<motion.div
  initial={{ y: 20 }}
  animate={{ y: 0, transition: { delay: 1 } }}
  whileHover={{ y: 2, transition: { out: true } }} // whileHover -> animate = no delay!
/> 

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

Successfully merging this pull request may close these issues.

1 participant