Interaction States
Foundations / Interaction / States / Interaction States
Intro
Interaction states are handled by the corresponding component directly. A component can have only one interaction state at any given time. The following interaction states are available: regular, hover, and down.
Regular
Button, input – regular
Hover
The hover state shows that the cursor of a pointing device is currently placed on a component that is in an enabled state.
The hover state isn’t available if the component is used with keyboard and touch devices.
Button, input – hover
Down
The down state is displayed while the user is activating or triggering the element. The down state is only applied while the user is clicking and has not yet released the mouse. After the action has been performed and the user has released the mouse, the down state is removed.
Down, pressed, or active states are similar in meaning and are used in different contexts, depending on the component.
Button, input – down
Related Links
Guidelines
Specifications
- Interaction Colors (visual design)
- Interaction States (interaction design)