CosmicCode

CSS Animations quick-start

Created May 4th, 2018

Last updated May 5th, 2018

CSS
Animation

Quick intro to creating animations with CSS

  • Keyframes, encode the logic of the animation in stages from 0% to 100%
  • Animation, a property of a CSS selector that implements keyframes. For examples animation-name will refer to keyframe
  • Vendor prefixes - why do we need them?

post it note

Andrew

Web development enthusiast with a keen interest in anything frontend.