CSS API
deleteKeyframe
Deletes the CSSKeyFrameRule that matches the specified keyframe selector.
tilepieces.core.deleteKeyframe(rule,keyframe);
Parameters
- rule
- A @keyframes CSS at-rule.
- keyframe
- A CSSKeyframeRule.
Return Value
None.
Deletes the CSSKeyFrameRule that matches the specified keyframe selector.
tilepieces.core.deleteKeyframe(rule,keyframe);
None.