Skip to main content
Set State Action

An action that changes a component's state.

Updated over 2 weeks ago

Overview

Set State actions set a component's state. You can set a component to a specific state or cycle through all component states.


Action Properties

Target

Select the component that this action will affect.

State

Set the state the component should be in at the end of the interaction. You can use the Expression Editor for advanced actions.

Invert Other Instances

Set whether other non-selected instances of the targeted component should be reverted to the Default state when this action occurs.

Animate

Choose to add action-specific animation with properties like Delay, Duration, and Easing (this will override values in animate blocks):

  • Delay: Set the number of seconds between the trigger firing and the action(s) beginning.

  • Duration: Set the number of seconds the action will take to complete

  • Easing: Choose the action's easing curve: Default, Linear, Ease In, Ease Out, Ease In & Out, Spring, and Custom (write your easing curve using the Expression Editor).


Resources

Projects

Videos

Tutorials

Did this answer your question?