Syntax

Transition Duration

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

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

Overview

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

Conditionally apply

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

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

Setting a time to delay before starting transition.

Syntax
Transition Property

Setting the CSS properties to which a transition effect should be applied.

© Aoyue Design LLC.