...

/

Animation Properties

Animation Properties

Learn about the animation utilities to transform, scale, rotate, skew, and translate the elements.

Transformation

CSS allows us to transform the box of an element in various ways, changing its size, location, rotation, or skew. Tailwind provides some reasonable defaults that are combined with transitions and animation to easily build some great effects.

All of these transformation utilities need to be combined with .transform, which in turn needs to be declared as a class in the same element—for example, "transform scale-100". ...