findRule
< css | cssom | CSSKeyframesRule
This page has been flagged with the following issues:
High-level issues:
Syntax
var object = object.findRule();
Return Value
Returns an object of type DOM Node.
Notes
Remarks
If a rule with the given key does not exist, the findRule method does nothing.
Syntax
Standards information
- CSS Animations Module Level 3, Section 5
Parameters
- key [in]
- Type: DOMStringThe key that corresponds to the CSSKeyframeRule object to find. The key must resolve to a number between 0 and 1, or the rule is ignored.
- ruleRule [out, retval]
- Type: CSSKeyframeRuleThe found rule.
See also
Related articles
Animation
- css/cssom/CSSKeyframesRule/findRule
CSSOM
- css/cssom/CSSKeyframesRule/findRule
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