Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

values play state animation css

/* the animation-play-state can have 2 values: paused or running */

#myElement{
  animation: stuff;
  animation-play-state: running;
}

#myElement{
  animation: stuff;
  animation-play-state: paused;
}
 
PREVIOUS NEXT
Tagged: #values #play #state #animation #css
ADD COMMENT
Topic
Name
1+5 =