CSSKeyframeRule

@Serializable
data class CSSKeyframeRule(val styleSheetId: String? = null, val origin: CSS.StyleSheetOrigin, val keyText: CSS.Value, val style: CSS.CSSStyle)

CSS keyframe rule representation.

Constructors

Link copied to clipboard
constructor(styleSheetId: String? = null, origin: CSS.StyleSheetOrigin, keyText: CSS.Value, style: CSS.CSSStyle)

Properties

Link copied to clipboard

Associated key text.

Link copied to clipboard

Parent stylesheet's origin.

Link copied to clipboard

Associated style declaration.

Link copied to clipboard
val styleSheetId: String? = null

The css style sheet identifier (absent for user agent stylesheet and user-specified stylesheet rules) this rule came from.