struct Protocol::CSS::CSSKeyframeRule
- Protocol::CSS::CSSKeyframeRule
- Struct
- Value
- Object
Overview
CSS keyframe rule representation.
Included Modules
- JSON::Serializable
Defined in:
protocol/css.crConstructors
Instance Method Summary
-
#key_text : Value
Associated key text.
-
#origin : StyleSheetOrigin
Parent stylesheet's origin.
-
#style : CSSStyle
Associated style declaration.
-
#style_sheet_id : StyleSheetId | Nil
The css style sheet identifier (absent for user agent stylesheet and user-specified stylesheet rules) this rule came from.
Constructor Detail
Instance Method Detail
def style_sheet_id : StyleSheetId | Nil
#
The css style sheet identifier (absent for user agent stylesheet and user-specified stylesheet rules) this rule came from.