struct Protocol::Animation::AnimationEffect
- Protocol::Animation::AnimationEffect
- Struct
- Value
- Object
Overview
AnimationEffect instance
Included Modules
- JSON::Serializable
Defined in:
protocol/animation.crConstructors
Instance Method Summary
-
#backend_node_id : DOM::BackendNodeId | Nil
AnimationEffect
's target node. -
#delay : Number::Primitive
AnimationEffect
's delay. -
#direction : String
AnimationEffect
's playback direction. -
#duration : Number::Primitive
AnimationEffect
's iteration duration. -
#easing : String
AnimationEffect
's timing function. -
#end_delay : Number::Primitive
AnimationEffect
's end delay. -
#fill : String
AnimationEffect
's fill mode. -
#iteration_start : Number::Primitive
AnimationEffect
's iteration start. -
#iterations : Number::Primitive
AnimationEffect
's iterations. -
#keyframes_rule : KeyframesRule | Nil
AnimationEffect
's keyframes.