-
animation-fill-modeis a css property that can control when css properties are applied during a css animationbackwardsapplies the css property on the first animation keyframeforwardsapplies the css property on the last animation keyframebothThe 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