struct Protocol::Animation::AnimationEffect

Overview

AnimationEffect instance

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 backend_node_id : DOM::BackendNodeId | Nil #

AnimationEffect's target node.


[View source]
def delay : Number::Primitive #

AnimationEffect's delay.


[View source]
def direction : String #

AnimationEffect's playback direction.


[View source]
def duration : Number::Primitive #

AnimationEffect's iteration duration.


[View source]
def easing : String #

AnimationEffect's timing function.


[View source]
def end_delay : Number::Primitive #

AnimationEffect's end delay.


[View source]
def fill : String #

AnimationEffect's fill mode.


[View source]
def iteration_start : Number::Primitive #

AnimationEffect's iteration start.


[View source]
def iterations : Number::Primitive #

AnimationEffect's iterations.


[View source]
def keyframes_rule : KeyframesRule | Nil #

AnimationEffect's keyframes.


[View source]