CSS

Basis CSS Animations in Vue w/ no Transition component

  1. Set up Data property that will control when the class is toggled on
  2. Define the class that shall be used for the animation, using animation property (defening specifier name, duration, easing function and fill mode
  3. Define keyframes that will define the animation properties

Vue CSS Animations using Transition component

Planning applications