This would let us control the duration of the stock transitions
Provide another prop for each duration, that lets us control the duration of them. 馃檪 Thanks!
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
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.
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?
Most helpful comment
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.