insertRule
< css | cssom | CSSKeyframesRule
This page has been flagged with the following issues:
High-level issues:
Syntax
var object = object.insertRule();
Return Value
Returns an object of type DOM Node.
Type: HRESULT
This method can return one of these values.
{
Syntax
Standards information
- CSS Animations Module Level 3, Section 5
Parameters
- rule [in]
- Type: DOMStringThe CSSKeyframeRule object to be inserted, expressed in the same syntax as one entry in the @keyframes rule. The key, which describes the point at which the rule should be inserted, is included in the rule string. If a rule with the same key already exists in the list, this rule replaces it.
See also
Related articles
Animation
- css/cssom/CSSKeyframesRule/insertRule
CSSOM
- css/cssom/CSSKeyframesRule/insertRule
Related pages (MSDN)
This article contains content originally from external sources.
Portions of this content come from the Microsoft Developer Network: [Windows Internet Explorer API reference Article]
This tool helps to make and review comments inline.
How to Use
insert instructions, with images, here