HTML Diff
0 added 0 removed
Original 2026-01-01
Modified 2026-03-09
1 <p>In addition to the animation playback count, we can define the direction of element rotation using the animation-direction property. By default, animation has a normal direction.</p>
1 <p>In addition to the animation playback count, we can define the direction of element rotation using the animation-direction property. By default, animation has a normal direction.</p>
2 <p>However, you can reverse the animation direction to make it play backwards (that is, frame to is where the playback starts and frame from is where it ends). To do this, use reverse as the value of the animation-direction property.</p>
2 <p>However, you can reverse the animation direction to make it play backwards (that is, frame to is where the playback starts and frame from is where it ends). To do this, use reverse as the value of the animation-direction property.</p>
3 <p>Let’s compare two animation directions in an example.</p>
3 <p>Let’s compare two animation directions in an example.</p>