Vue: Some enter transition hooks doesn't work since 2.6.9 version

Created on 21 Mar 2019  路  3Comments  路  Source: vuejs/vue

Version

2.6.9

Reproduction link

https://jsfiddle.net/yyx990803/mwLbw11k/?utm_source=website&utm_medium=embed&utm_campaign=mwLbw11k

Steps to reproduce

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.

What is expected?

CSS Transition on enter hook

What is actually happening?

Modal appear without enter transition

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.

All 3 comments

Hi, please create a valid reproduction (probably a separate fiddle that shows the bug, without the need for further modification).

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.

@yyx990803 could you update the jsfiddle?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

bdedardel picture bdedardel  路  3Comments

fergaldoyle picture fergaldoyle  路  3Comments

franciscolourenco picture franciscolourenco  路  3Comments

robertleeplummerjr picture robertleeplummerjr  路  3Comments

seemsindie picture seemsindie  路  3Comments