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]
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>