struct Protocol::CSS::CSSKeyframesRule

Overview

CSS keyframes 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 animation_name : Value #

Animation name.


[View source]
def keyframes : Array(CSSKeyframeRule) #

List of keyframes.


[View source]