animationPlayState property
Specifies whether an animation is playing or paused.
This property is read/write.
Syntax
HRESULT put_animationPlayState(
[in] BSTR v
);
HRESULT get_animationPlayState(
[out, retval] BSTR *p
);
Property values
Type: BSTR
One or more play states, separated by commas.
String format
[ running | paused ][ , [ running | paused ]] *
CSS information
Applies To | block-level and inline-level elements |
Media | visual |
Inherited | no |
Initial Value | running |
Standards information
- CSS Animations Module Level 3, Section 3.7
Remarks
Do not use the Microsoft vendor prefix ("-ms-") before the Cascading Style Sheets (CSS) animations properties. They are supported unprefixed in Internet Explorer 10 and later.
To learn more about CSS animations, see How to bring your webpage to life with CSS transforms, transitions, and animations.
As of Internet Explorer for Windows Phone 8.1 Update, Internet Explorer for Windows Phone supports "-webkit-animation-play-state" as an alias for this property.
Requirements
Minimum supported client |
Windows 8 |
Minimum supported server |
Windows Server 2012 |
Header |
Mshtml.h |
IDL |
Mshtml.idl |
DLL |
Mshtml.dll |
See also
How to bring your webpage to life with CSS transforms, transitions, and animations