deleteRule method

void deleteRule(
  1. String select
)

The deleteRule() method of the CSSKeyframeRule interface deletes the CSSKeyFrameRule that matches the specified keyframe selector.

Implementation

external void deleteRule(String select);