start method

void start()

Inicia la animación en loop infinito.

Implementation

void start() {
  repeat();
}