Skip to main content

Transitions

Overview

These classes can be used to animate elements on the screen, create interactive elements, and add visual interest to the project. As a general rule, transitions should be used any time an element changes state, such as when it appears, disappears, changes color, or moves on the screen.

Classes

ClassDescription
transition-all-150Applies a transition to all properties with a duration of 150ms.
transition-all-200Applies a transition to all properties with a duration of 200ms.
transition-all-250Applies a transition to all properties with a duration of 250.
transition-all-300Applies a transition to all properties with a duration of 300ms.
transition-all-500Applies a transition to all properties with a duration of 500ms.