HTML Diff
0 added 0 removed
Original 2026-01-01
Modified 2026-03-09
1 <p>In the previous examples, elements went back to the original state after being animated. However, there is a property that will define whether an animation effect will remain visible after the playback is over. It’s called animation-fill-mode. When the property is set to forwards, the element will keep its state after the animation is over.</p>
1 <p>In the previous examples, elements went back to the original state after being animated. However, there is a property that will define whether an animation effect will remain visible after the playback is over. It’s called animation-fill-mode. When the property is set to forwards, the element will keep its state after the animation is over.</p>
2 <p>Let’s see how this property works using an example: we will apply the same animation to two identical objects, then change the value of the animation-fill-mode property and see what happens.</p>
2 <p>Let’s see how this property works using an example: we will apply the same animation to two identical objects, then change the value of the animation-fill-mode property and see what happens.</p>