“CSS Stopper Une Animation” Código de respuesta

CSS Stopper Une Animation

/* Pour la compatibilité avec tous les navigateurs : */
-webkit-animation-play-state:paused;
-moz-animation-play-state:paused;
-o-animation-play-state:paused;
animation-play-state:paused;
Uninterested Unicorn

CSS Stopper Une Animation

/* On a une seule animation */
animation-play-state: running;
animation-play-state: paused;

/* On gère plusieurs animations */
/* avec des valeurs respectives */
animation-play-state: paused, running, running;

/* Valeurs globales */
animation-play-state: inherit;
animation-play-state: initial;
animation-play-state: unset;
Uninterested Unicorn

Respuestas similares a “CSS Stopper Une Animation”

Preguntas similares a “CSS Stopper Une Animation”

Más respuestas relacionadas con “CSS Stopper Une Animation” en CSS

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código