Transition

Transition Property

Style syntax for setting the CSS properties to which a transition effect should be applied.

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

Overview [sr-only]

ClassDeclarations
transition-property:value,…transition-property: value, …
~property:value,…transition-property: value, …

Conditionally apply

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

<div class="~property:all:hover ~property:all@sm ~property:all@dark ~property:all@print">…</div>
PREVIOUS
Transition Duration

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

NEXT
Transition Timing Function

Style syntax for setting speed curve of the transition effect.

MIT License Ā© Aoyue Design LLC.