-
-
Notifications
You must be signed in to change notification settings - Fork 7k
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
[Feature Request] Transition duration options #6470
[Feature Request] Transition duration options #6470
Comments
That'd be a good option to have. Edit: actually that's pretty easy to update with CSS: .expand-transition-enter-active,
.expand-transition-leave-active
transition-duration: .2s |
If duration option is added, I would propose to have a delay option added as well, so that we can apply some delay to make the transition start after the first transition ended, something like a chaining transition. |
I agree, thanks for mentioning that! |
Very much wanted, isn't this already a natively supported transition prop in vue? |
Problem to solve
This would let us control the duration of the stock transitions
Proposed solution
Provide another prop for each duration, that lets us control the duration of them. 🙂 Thanks!
The text was updated successfully, but these errors were encountered: