Definition
The animation-fill-mode
CSS property is used to define how a CSS animation should apply styles to its target before and after it is executing.
.element {
animation-fill-mode: forwards;
}
Draft
The animation-fill-mode
CSS property is used to define how a CSS animation should apply styles to its target before and after it is executing.
.element {
animation-fill-mode: forwards;
}