animation-fill-mode

Draft

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;
}

Related posts