“CSS Stopper Une анимация” Ответ

CSS Stopper Une анимация

/* 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 анимация

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

Ответы похожие на “CSS Stopper Une анимация”

Вопросы похожие на “CSS Stopper Une анимация”

Больше похожих ответов на “CSS Stopper Une анимация” по CSS

Смотреть популярные ответы по языку

Смотреть другие языки программирования