Syntax

Transition Delay

Setting a time to delay before starting transition.

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

Overview

ClassDeclarations
~delay:milliSeconds,transition-delay: milliSeconds,;

Conditionally apply

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

<div class="~delay:300ms:hover ~delay:300ms@sm ~delay:300ms@dark ~delay:300ms@print"></div>
Syntax
Transition

Controlling animation speed when changing CSS properties.

Syntax
Transition Duration

Setting the length of time a transition should takes to complete.

© Aoyue Design LLC.