HTML Diff
6 added 17 removed
Original 2026-01-01
Modified 2026-02-21
1 - <h2>Description</h2>
1 + <p>Two-dimensional objects</p>
2 - <p>This course is about transforming objects on a page using CSS Transforms Module Level 1 and CSS Transforms Module Level 2. Using transforms allows you to create effects on the page, from small visual changes to multi-step complex animations.</p>
2 + <p>2D transformations, translation, scaling, skewing, rotation</p>
3 - <h2>Syllabus</h2>
3 + <p>Volumetric objects: basics</p>
4 - <p>1</p>
4 + <p>Transformations for three-dimensional objects, perspective, point of view</p>
5 - <a>Introduction</a><p>Learning about the course's topics and their application in practice</p>
5 + <p>Volumetric objects: transformations and functions</p>
6 - <p>2</p>
6 + <p>transform-style, translate3d, rotate3d, scale3d</p>
7 - <a>2D Transformations and moving</a><p>Learning how to use the `translate` function to move objects on the page</p>
 
8 - <p>3</p>
 
9 - <a>2D transformations and rotation</a><p>Learning how to rotate objects and select the rotation point using the transform-origin property</p>
 
10 - <p>4</p>
 
11 - <a>2D transformations and scaling</a><p>Learn how to scale HTML elements using the scale function of the transform property</p>
 
12 - <p>5</p>
 
13 - <a>2D transformations and tilt</a><p>Learning about the ability to skew HTML elements and the principles of element distortion on several axes</p>
 
14 - <p>6</p>
 
15 - <a>3D Transformations fundamentals</a><p>Discovering three-dimensional space and learning to work with the perspective of three-dimensional objects in CSS</p>
 
16 - <p>7</p>
 
17 - <a>3D transformations and functions</a><p>Learning to use the previously studied transformations in three-dimensional space. Understand movement, rotation, and scaling along three axes</p>