Interactions Intro

Interactions are state transitions triggered by click, hover, or timer actions.

States

The Initial State

Initial State

States

States Left Sidebar

States Sidebar

Actions

As of now, supported Events are:

When the user performs the chosen Event, a Transition is triggered onto the Target State.

For example, let’s say there are 2 states: initial and state1.

If we add an Action to a Button Layer in the initial state with the event ‘On Mouse Enter‘ and connect it to state2, then when the user hovers the mouse on the button, the component will perform a Transition to state2.

Transitions

Transition