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
appToken*
String
Request Body
subCompositionId*
String
state*
String
Animates an overlay to its In or Out state.
Supported values: In
, Out1
, Out2
subCompositionName*
String
Example request bodies by sub-composition name or ID
Animation state
In
Sends an overlay to its In
state.
Out
Sends an overlay to its Out
state. This is the default Out
animation.
Out1
When there are multiple timelines, Out1
animates an overlay Out
in reverse of the In
animation.
Out2
When there are multiple timelines, Out2
defines an independent Out
animation.
Last updated