Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

css animation stop

//Animation can be played or paused with the below css property.
.class / tag / #id {
animation-play-state: 'paused' / 'running';
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #css #animation #stop
ADD COMMENT
Topic
Name
8+6 =