Update a control app's animation state
Update control app animation state
PATCH
https://app.singular.live/apiv2/controlapps/:appToken/control
Animates an overlay to its In or Out state.
Path Parameters
Name | Type | Description |
---|---|---|
appToken* | String | The shared app token for the app. This is a unique token for this app instance. How to find the shared app token. |
Request Body
Name | Type | Description |
---|---|---|
subCompositionId* | String | The sub-composition ID. Either the |
state* | String | Animates an overlay to its In or Out state. Supported values: |
subCompositionName* | String | The name of the sub-composition. Either the |
Example request bodies by sub-composition name or ID
Animation state
Animation state | Description |
---|---|
In | Sends an overlay to its |
Out | Sends an overlay to its |
Out1 | When there are multiple timelines, |
Out2 | When there are multiple timelines, |
Last updated