Syntax

Transition

Controlling animation speed when changing CSS properties.

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

Overview

ClassDeclarations
~name|durationtransition: name duration;

Conditionally apply

Apply styles based on different states using selectors and conditional queries.

<div class="transition:padding|300ms|ease-in:hover transition:padding|300ms|ease-in@sm transition:padding|300ms|ease-in@dark transition:padding|300ms|ease-in@print"></div>
Syntax
Transform Style

Setting how children of an element are rendered in the 3D space.

Syntax
Transition Delay

Setting a time to delay before starting transition.

© Aoyue Design LLC.