Components
← All components

Transition

stimeo--transition

The groundwork for enter and leave animations, hiding only once the movement has finished.

  • Core

The groundwork under showing and hiding with animation. On the way in it makes the element visible, applies the starting state, and moves to the end state on the next frame, so the CSS transition really runs. On the way out it does the reverse and hides the element only once the movement finishes. The end is detected from the browser's own signal, with a timer as insurance when that never arrives. A direction can be reversed part-way. Which stage it is in is readable from CSS. Visitors who ask for less motion get the change immediately. The animation itself is your CSS; this decides when to switch.

running

Keyboard

This component has no keyboard interactions of its own.