You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Try this fiddle
Click button, the blue rect should leave in 5s. During this time, click button again to cancel leave transition. Strangely, leaveCancelled hook doesn't be called but enterCancelled be called instead. You can see track info in the console.
The text was updated successfully, but these errors were encountered:
butsalt
changed the title
'leaveCancled' not be called properly in v-transition
'leaveCancelled ' not be called properly in v-transition
Jul 14, 2015
Try this fiddle
Click button, the blue rect should leave in 5s. During this time, click button again to cancel leave transition. Strangely,
leaveCancelled
hook doesn't be called butenterCancelled
be called instead. You can see track info in the console.The text was updated successfully, but these errors were encountered: