-
animation-fill-mode
is a css property that can control when css properties are applied during a css animationbackwards
applies the css property on the first animation keyframeforwards
applies the css property on the last animation keyframeboth
The animation will follow the rules for both forwards and backwards, thus extending the animation properties in both directions.
-
https://developer.mozilla.org/en-US/docs/Web/CSS/animation-fill-mode