animation-play-state property

0 out of 1 rated this helpful - Rate this topic

Specifies whether an animation is playing or paused.

This property is read/write.

CSS Animations Module Level 3, Section 3.7

Syntax

animation-play-state: [ running | paused ] [ , [ running | paused ] ] *

Property values

One or more of the following play state keywords, separated by commas.

running

Initial value. Play the animation. If restarting a paused animation, the animation resumes from the current (paused) property value.

paused

Pause the animation. The object is displayed with the current property value until the animation-play-state property is set to running and the animation resumes.

CSS information

Applies Toblock-level and inline-level elements
Mediavisual
Inheritedno
Initial Valuerunning

Standards information

Remarks

To learn more about Cascading Style Sheets (CSS) animations, see How to bring your webpage to life with CSS transforms, transitions, and animations.

See also

CSSStyleDeclaration
currentStyle
style
a
abbr
b
bdo
br
cite
code
em
i
img
input
kbd
label
q
samp
select
small
span
strong
sub
sup
textArea
var
address
blockQuote
div
dl
fieldSet
form
ol
p
pre
table
ul
dd
dt
li
tBody
td
tFoot
th
tHead
tr
button
del
ins
map
object
script
How to bring your webpage to life with CSS transforms, transitions, and animations
Internet Explorer 10 Guide for Developers: CSS Animations

 

 

Build date: 11/29/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.