Animation Fill Mode

April 20, 2025 ยท View on GitHub

fill-mode-*

Class Styles

fill-mode-none

animation-fill-mode: none;

fill-mode-forwards

animation-fill-mode: forwards;

fill-mode-backwards

animation-fill-mode: backwards;

fill-mode-both

animation-fill-mode: both;

fill-mode-initial

animation-fill-mode: initial;

fill-mode-(<custom-property>)

animation-fill-mode: var(<custom-property>);

fill-mode-[<value>]

animation-fill-mode: <value>;