Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

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;
Source by developer.mozilla.org #
 
PREVIOUS NEXT
Tagged: #css #stopper #une #animation
ADD COMMENT
Topic
Name
3+1 =