findRule
Method of css/cssom/CSSKeyframesRulecss/cssom/CSSKeyframesRule
Syntax
var object = object.findRule();
Return Value
Returns an object of type DOM NodeDOM Node
Type: HRESULT
This method can return one of these values.
{
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
findRule
CSSOM
findRule
Related pages
- CSSKeyframesRuleCSSKeyframesRule
Attributions
Microsoft Developer Network: [Windows Internet Explorer API reference Article]