pl.wendigo.chrome.domain.css / CSSKeyframeRule

CSSKeyframeRule

data class CSSKeyframeRule (source)

CSS keyframe rule representation.

Constructors

<init>

CSSKeyframeRule(styleSheetId: StyleSheetId? = null, origin: StyleSheetOrigin, keyText: Value, style: CSSStyle)

CSS keyframe rule representation.

Properties

keyText

val keyText: Value

Associated key text.

origin

val origin: StyleSheetOrigin

Parent stylesheet's origin.

style

val style: CSSStyle

Associated style declaration.

styleSheetId

val styleSheetId: StyleSheetId?

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