findRule method
The findRule() method of the CSSKeyframeRule interface finds the
CSSKeyFrameRule that matches the specified keyframe selector.
Implementation
external CSSKeyframeRule? findRule(String select);
The findRule() method of the CSSKeyframeRule interface finds the
CSSKeyFrameRule that matches the specified keyframe selector.
external CSSKeyframeRule? findRule(String select);