Animation
Animation Fill Mode
Style syntax for setting how a CSS animation applies styles to its target before and after its execution.
š§This page is still under construction and some content may not be complete.
Overview [sr-only]
from
origin
to
<svg class="@fill:none @example-slide|3s @delay:1s!">ā¦</svg>
Simplify the native syntax using the derived symbol.
<div class="animation-fill-mode:both"><div class="@fill:both">
Conditionally apply
Apply styles in different states using selectors, media queries, etc.
<div class="@fill-mode:none:hover @fill-mode:none@sm @fill-mode:none@dark @fill-mode:none@print">ā¦</div>