2.6.9
https://jsfiddle.net/yyx990803/mwLbw11k/?utm_source=website&utm_medium=embed&utm_campaign=mwLbw11k
If I set css animation on transition enter, it doesn't work. Leave transitions works well. For example open modal on https://vuejs.org/v2/examples/modal.html ... after click on Show Modal the enter animation doesn't appear. It causes after update from 2.6.8 -> 2.6.9 version.
CSS Transition on enter hook
Modal appear without enter transition
Hi, please create a valid reproduction (probably a separate fiddle that shows the bug, without the need for further modification).
@yyx990803 could you update the jsfiddle?
Most helpful comment
Add the
appear
attribute on the transition tag will be ok, and I think the content of this link needs to be updated according to this.