Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

css pause 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;
 
PREVIOUS NEXT
Tagged: #css #pause #animation
ADD COMMENT
Topic
Name
4+8 =