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

[Feature Request] Transition duration options #6470

Closed
megaroeny opened this issue Feb 12, 2019 · 4 comments · Fixed by Enterprise-CMCS/cmcs-eregulations#1307 · May be fixed by Shuunen/ging#200
Closed

[Feature Request] Transition duration options #6470

megaroeny opened this issue Feb 12, 2019 · 4 comments · Fixed by Enterprise-CMCS/cmcs-eregulations#1307 · May be fixed by Shuunen/ging#200
Assignees

Comments

@megaroeny
Copy link

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!

@johnleider johnleider added the maybe Functionality that we are considering label Feb 15, 2019
@johnleider johnleider added this to the v2.x.x milestone Feb 15, 2019
@MajesticPotatoe MajesticPotatoe added the T: feature A new feature label Apr 9, 2019
@clementmas
Copy link

clementmas commented May 31, 2019

That'd be a good option to have.
Meanwhile, is there a workaround that doesn't involve creating a custom transition?

Edit: actually that's pretty easy to update with CSS:

.expand-transition-enter-active,
.expand-transition-leave-active
  transition-duration: .2s

@andrewspy
Copy link

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.

@megaroeny
Copy link
Author

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!

@douglasg14b
Copy link

Very much wanted, isn't this already a natively supported transition prop in vue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment