“CSS Stopper Une Animacja” Kod odpowiedzi

CSS Stopper Une Animacja

/* 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 Animacja

/* 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

Odpowiedzi podobne do “CSS Stopper Une Animacja”

Pytania podobne do “CSS Stopper Une Animacja”

Więcej pokrewnych odpowiedzi na “CSS Stopper Une Animacja” w CSS

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu