Transform

Transform Style

Style syntax for setting how children of an element are rendered in the 3D space.

🚧This page is still under construction and some content may not be complete.

Overview [sr-only]

ClassDeclarations
transform-style:valuetransform-style: value
transform:flattransform-style: flat
transform:preserve-3dtransform-style: preserve-3d

Conditionally apply

Apply styles in different states using selectors, media queries, etc.

<div class="transform-style:flat:hover transform-style:flat@sm transform-style:flat@dark transform-style:flat@print"></div>
PREVIOUS
Transform Origin

Style syntax for setting the origin for an element’s transformations.

NEXT
Transition

Style syntax for controlling animation speed when changing CSS properties.

MIT License © Aoyue Design LLC.