div-action-animator-stop

Stops the specified animator.

Parameters

Parameters Description
animator_id

string

Required parameter.

ID of the animator to be stopped.

Available platforms: Android, iOS, web.

type

string

Required parameter.

The value must always be animator_stop.

Available platforms: Android, iOS, web.

JSON
{
  type*: "animator_stop",
  animator_id*: "string"
}