struct Protocol::Animation::Animation
- Protocol::Animation::Animation
- Struct
- Value
- Object
Overview
Animation instance.
Included Modules
- JSON::Serializable
Defined in:
protocol/animation.crConstructors
Instance Method Summary
-
#css_id : String | Nil
A unique ID for
Animation
representing the sources that triggered this CSS animation/transition. -
#current_time : Number::Primitive
Animation
's current time. -
#id : String
Animation
's id. -
#name : String
Animation
's name. -
#paused_state : Bool
Animation
's internal paused state. -
#play_state : String
Animation
's play state. -
#playback_rate : Number::Primitive
Animation
's playback rate. -
#source : AnimationEffect | Nil
Animation
's source animation node. -
#start_time : Number::Primitive
Animation
's start time. -
#type : String
Animation type of
Animation
.