data class CSSKeyframeRule
CSS keyframe rule representation.
<init> |
CSS keyframe rule representation. CSSKeyframeRule(styleSheetId: StyleSheetId? = null, origin: StyleSheetOrigin, keyText: Value, style: CSSStyle) |
keyText |
Associated key text. val keyText: Value |
origin |
Parent stylesheet's origin. val origin: StyleSheetOrigin |
style |
Associated style declaration. val style: CSSStyle |
styleSheetId |
The css style sheet identifier (absent for user agent stylesheet and user-specified stylesheet rules) this rule came from. val styleSheetId: StyleSheetId? |