this |
a State instance.
|
source_state_name |
the source transition to specify transition for, or null to specify the default fallback when a more specific source
state doesn't exist.
|
target_state_name |
the name of the transition to set a key value for.
|
object |
the Object to set a key for
|
property_name |
the property to set a key for
|
mode |
the id of the alpha function to use
|
value |
the value for property_name of object in state_name
|
pre_delay |
relative time of the transition to be idle in the beginning of the transition
|
post_delay |
relative time of the transition to be idle in the end of the transition
|
the State instance, allowing chaining of multiple calls
|