struct Protocol::Animation::KeyframesRule

Overview

Keyframes Rule

Included Modules

Defined in:

protocol/animation.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def keyframes : Array(KeyframeStyle) #

List of animation keyframes.


[View source]
def name : String | Nil #

CSS keyframed animation's name.


[View source]