“CSS Stopper Une Animation” Code-Antworten

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

Ähnliche Antworten wie “CSS Stopper Une Animation”

Fragen ähnlich wie “CSS Stopper Une Animation”

Weitere verwandte Antworten zu “CSS Stopper Une Animation” auf CSS

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen