HTML Diff
0 added 0 removed
Original 2026-01-01
Modified 2026-03-09
1 <p>Another value of the animation-fill-mode property is backwards. This value defines the state of an element before the start of an animation.</p>
1 <p>Another value of the animation-fill-mode property is backwards. This value defines the state of an element before the start of an animation.</p>
2 <p>If an element has an animation assigned to it with a delay and animation-fill-mode: backwards, the styles described in the first keyframe from or 0% will be applied at once, before the animation is played.</p>
2 <p>If an element has an animation assigned to it with a delay and animation-fill-mode: backwards, the styles described in the first keyframe from or 0% will be applied at once, before the animation is played.</p>
3 <p>Let’s consider a specific example.</p>
3 <p>Let’s consider a specific example.</p>