Skip to content

Latest commit

History

History
9 lines (8 loc) 路 502 Bytes

2021-12-16.md

File metadata and controls

9 lines (8 loc) 路 502 Bytes
publish_date
2021-12-16
  • animation-fill-mode is a css property that can control when css properties are applied during a css animation

    • backwards applies the css property on the first animation keyframe
    • forwards applies the css property on the last animation keyframe
    • both 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