findRule method

CSSKeyframeRule? findRule(
  1. String select
)

The findRule() method of the CSSKeyframeRule interface finds the CSSKeyFrameRule that matches the specified keyframe selector.

Implementation

external CSSKeyframeRule? findRule(String select);