CSS Animations, Animate.css, and the Vue Transition Component
In this lesson, we transition from CSS transitions (see what I did there 😉), and look at CSS animations with the Vue.js Transition
component. CSS animations allow us to insert any amount of steps with different CSS properties, making for more complex animations. Finally, we don’t have to write all of these animation keyframe declarations ourselves. Reach for a library like animate.css to do a lot of the work for you!
Links