Animación con propiedades individuales animation-*

Propiedades individuales

en el elemento:
  animation-name: identificador;
  animation-duration: segundos;
  animation-timing-function: tipo;
  animation-delay: segundos;
  animation-iteration-count: número | infinite;
  animation-direction: normal | alternate;

Demostración

El elemento de abajo cambia su imagen de fondo y recorre posiciones en cada fotograma de la animación.