HTML & CSS Wiki

READ MORE

HTML & CSS Wiki
Stub

This article is a stub. Please help the wiki by coding it. Spamming and vandalism is not considered an improvement and will result in discipline, up to, and including a permanent block.

The CSS -webkit-animation-play-state Apple extension property determines whether the animation is running or paused. A running animation can be paused by setting this property to paused. Set this property to running to continue running a paused animation. A paused animation continues to display the current value of the animation in a static state. When a paused animation is resumed, it restarts from the current value, not from the beginning of the animation. The default value is running.

Values[]

Value Description
running Plays the animation.
paused Pauses the animation.