[Vuejs]-VueJS transition-group is not working on images, how can I fade images?

0👍

Change .fade-enter to .fade-enter-from.

See example

0👍

The position:absolute was messing things up here… Removed this line, now it works like a charm!

Leave a comment