You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p> The <dfnclass=idl-codedata-dfn-for=CSSKeyFramesRuledata-dfn-type=methoddata-export="" id=dom-csskeyframesrule-deleteruletitle=deleterule()>deleteRule()<aclass=self-linkhref=#dom-csskeyframesrule-deleterule></a></dfn> deletes the <adata-link-type=idlhref=#dom-csskeyframeruletitle=csskeyframerule>CSSKeyframeRule</a>
1000
1000
with the passed key. If a rule with this key does not exist, the method does nothing.
1001
1001
1002
+
<p> If multiple rules are specified for the passed key, the last one is deleted.
<p> The <dfnclass=idl-codedata-dfn-for=CSSKeyFramesRuledata-dfn-type=methoddata-export="" id=dom-csskeyframesrule-findruletitle=findrule()>findRule()<aclass=self-linkhref=#dom-csskeyframesrule-findrule></a></dfn> returns the rule with a key matching
1022
1024
the passed key. If no such rule exists, a null value is returned.
1023
1025
1026
+
<p> If multiple rules are specified for the passed key, the last one is returned.
0 commit comments