Transition

Transition Delay

Style syntax for setting a time to delay before starting transition.

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

Overview [sr-only]

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

Conditionally apply

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

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

Style syntax for controlling animation speed when changing CSS properties.

NEXT
Transition Duration

Style syntax for setting the length of time a transition should takes to complete.

MIT License Ā© Aoyue Design LLC.