-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
Closed
Labels
Description
Vue.js version
2.0.0-rc3
Reproduction Link
https://jsfiddle.net/hv59sebz/
Steps to reproduce
Click on the "Transition broken" button (real click as usually touchpad taps are not long enough to trigger the button active animation).
What is Expected?
The DIV element inside the transition tag should be removed from the DOM when the move transition ends, that is when it reaches the right border of the page after the 3 second transition is done.
What is actually happening?
The div element inside the transition tag is being removed from the DOM when the nested transition on button active ends, before it reaches the right border of the page.