HTML Diff
0 added 0 removed
Original 2026-01-01
Modified 2026-03-09
1 <p>Smooth transitions and animations can only be applied to some CSS properties. Basically, these are properties that change the size, color, and position of elements. The<a>article on MDN</a>provides a list of animated properties and the nature of their animation.</p>
1 <p>Smooth transitions and animations can only be applied to some CSS properties. Basically, these are properties that change the size, color, and position of elements. The<a>article on MDN</a>provides a list of animated properties and the nature of their animation.</p>
2 <p>If only the transition-duration is set, then the smooth transition will affect all properties of the element and will be applied simultaneously for all properties by default.</p>
2 <p>If only the transition-duration is set, then the smooth transition will affect all properties of the element and will be applied simultaneously for all properties by default.</p>
3 <p>Let’s try setting a few more properties for the button and see how they change.</p>
3 <p>Let’s try setting a few more properties for the button and see how they change.</p>
4 <p>CSS transforms are used in this and the following examples, which are covered in detail in the<a>“2D transforms” chapter</a>.</p>
4 <p>CSS transforms are used in this and the following examples, which are covered in detail in the<a>“2D transforms” chapter</a>.</p>