div-action-animator-start
Launches the specified animator.
Parameters
Parameters | Description |
---|---|
animator_id |
string Required parameter. ID of the animator launched. Functionality is under development. |
type |
string Required parameter. The value must always be Functionality is under development. |
direction |
string Animation direction. Determines whether the animation should be played forward, backward, or alternate between forward and backward. Possible values: Functionality is under development. |
duration |
int Animation duration in milliseconds. Restriction for the value Functionality is under development. |
end_value |
object Overrides the value that will be set after the animation finishes. The value has the type Functionality is under development. List of possible values: |
interpolator |
string Animated value interpolation function. Possible values: Functionality is under development. |
repeat_count |
object Number of times the animation will repeat before stopping. A value of The value has the type Functionality is under development. List of possible values: |
start_delay |
int Delay before the animation is launched in milliseconds. Restriction for the value Functionality is under development. |
start_value |
object Overrides the value that will be set before the animation begins. The value has the type Functionality is under development. List of possible values: |
JSON
{
type*: "animator_start",
animator_id*: "string",
direction: "string",
duration: "int",
end_value: div-typed-value,
interpolator: "string",
repeat_count: div-count,
start_delay: "int",
start_value: div-typed-value
}