Animation Arena

Level 1

Mission

Make the blue box spin continuously. Use CSS animation properties.

Helpful Animation Properties

  • animation: name duration timing-function delay iteration-count;
  • animation-name: spin;
  • animation-duration: 2s;
  • animation-timing-function: linear;
  • animation-iteration-count: infinite;
  • @keyframes rules for defining animations

Game Preview

01:00