Animation

Animation Delay

Style syntax for setting a time to delay before beginning to perform the animation.

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

Overview [sr-only]

ClassDeclarations
animation-delay:milliSeconds,…animation-delay: milliSeconds, …
@delay:milliSeconds,…animation-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
Animation

Style syntax for applying an animation between styles.

NEXT
Animation Direction

Style syntax for setting the direction of the animation.

MIT License Ā© Aoyue Design LLC.