name property
Gets or sets a value that indicates the name of the keyframes.
This property is read/write.
Syntax
HRESULT put_name(
[in] DOMString val
);
HRESULT get_name(
[out] DOMString **sName
);
Property values
Type: DOMString
The name of the keyframes. This value is used by the IHTMLCSSStyleDeclaration2::animationName property.
Standards information
- CSS Animations Module Level 3, Section 5