Description
EDIT:
The v-enter, according to what I've found online, is only applied for a split second. Just long enough to trigger the animation.
Original content:
Running v10.4..
When v-transition is enabled the v-leave is appended to the classList of the leaving element but v-enter is not applied to the newly created element.
I have tested some of the examples provided as well and notice the same 'bug'.
I've increased the transition delay to 10s so that I could watch the effect and see 'view v-leave' on the old element but only 'view' on the new element. This is obviously breaking my transitions.
I've also tried appending my own 'enterClass' and 'leaveClass' in Vue.config and notice the same behaviour.
Has anyone else experienced this or know what's going on?
Unfortunately I can not let you know if this was working with other versions of Vue as I'm new to this framework (and loving it!).
Thanks for the excellent framework!