struct Protocol::CSS::CSSKeyframesRule
- Protocol::CSS::CSSKeyframesRule
- Struct
- Value
- Object
Overview
CSS keyframes rule representation.
Included Modules
- JSON::Serializable
Defined in:
protocol/css.crConstructors
Instance Method Summary
-
#animation_name : Value
Animation name.
-
#keyframes : Array(CSSKeyframeRule)
List of keyframes.