Answers for "css animation stop"

CSS
0

css animation stop

//Animation can be played or paused with the below css property.
.class / tag / #id {
animation-play-state: 'paused' / 'running';
}
Posted by: Guest on July-23-2021
0

css animation stop

//Animation can be played or paused with the below css property.
.class / tag / #id {
animation-play-state: 'paused' / 'running';
}
Posted by: Guest on July-23-2021

Browse Popular Code Answers by Language