Last updated: Apr 27, 2022

Transitions and Animations

Vue.js provides us two components transitions and transitionGroup for handling animations, apart from that we can create class-based animations, state-driven animations, and animations with watchers. So here we will be learning about creating and playing around with these transitions.
Enter and Leave Transitions
This blog discusses Enter and Leave Transitions using practical examples.
List Transitions
This blog discusses List Transitions in Vue.js and its practical implementation.
State Transitions
This blog discusses the state transitions in Vue.js and its practical implementation.