struct Protocol::CSS::CSSKeyframeRule

Overview

CSS keyframe rule representation.

Included Modules

Defined in:

protocol/css.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def key_text : Value #

Associated key text.


[View source]
def origin : StyleSheetOrigin #

Parent stylesheet's origin.


[View source]
def style : CSSStyle #

Associated style declaration.


[View source]
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.


[View source]