So, take a look on this fiddle. I want to add transition animation from vue feature when adding new multiple element to the list rendered. I already tried to add transition-group
with the attribute tag="div"
. However, the elements still added without animation. Any suggestion?
Adding transition animation when adding multiple elements to the list in VueJS
2.6k views Asked by Kevin Chandra At
1
You're missing the css code associated with
fade