W3cubDocs

/Haxe JavaScript

CSSKeyframeRule

package js.html

extends CSSRule

Available on js

The CSSKeyframeRule interface describes an object representing a set of style for a given keyframe. It corresponds to the contains of a single keyframe of a @keyframes at-rule. It implements the CSSRule interface with a type value of 8 (CSSRule.KEYFRAME_RULE).

Documentation CSSKeyframeRule by Mozilla Contributors, licensed under CC-BY-SA 2.5.

See also:

Variables

keyText:String

read onlystyle:CSSStyleDeclaration

© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/CSSKeyframeRule.html