[Vuejs]-Vuejs transition animation not working on leave

0👍

It’s difficult to animate to and from height: auto due to browser implementation issues. It works better if you use an actual metric for height like “5em” instead. I updated your fiddle:

http://jsfiddle.net/davidkhess/67dcnd7a/2/

Leave a comment