Skip to content

transition.out #2951

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

Closed
wants to merge 2 commits into from
Closed

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!
/> 

Closes #1725

@mattgperry
Copy link
Collaborator Author

mattgperry commented Jul 1, 2025

Closing this not because it's not going ahead but just to clean up the board - it's been hanging round a while and we're yet to verify this fixes the specific case we're making it for in Framer

@mattgperry mattgperry closed this Jul 1, 2025
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.

[FEATURE] Defining transitions between props
1 participant