CSS3 Animations

Animation Chapter File examples

Setting Up Your Keyframe Animation

The animation-name and animation-duration properties

The animation-iteration property

The animation-delay property

The animation-timing-function, including Cubic Bezier curves

The animation-play-state property

The animation-fill-mode property

  • Page 102: Snowflake. Stop & Start animation
  • Page 103: Specificity of animations
  • Page 103: !important is ignored in an animation @keyframes rule
  • Page 104: Animation Order
    running animations take precedence
    last animation declared takes precendce
    Snowflake. Stop & Start animation
  • animation_iteration-count with no animation-duration