0 votes
in CSS by
How can we 'pause' a css animation?

1 Answer

0 votes
by
By using animation-play-state property

 animation-play-state: paused

 animation-play-state: running
...