About CSS Transforms & Transitions & Animations:

CSS Transforms

The transform property allows authors to resize, position and change elements; this can be on either the two-dimensional (2D) or three-dimensional (3D) setting. Before getting into the their individual properties and values it is good to know that the general syntax for the transform property is very simple; include the transform property followed by the value and its specific values inside parentheses.

2D Transforms

3D Transforms

Combining Transforms

Transform Style Transform-style

CSS3 TRANSITIONS

  1. Fade in
  2. Change color
  3. Grow & Shrink
  4. Rotate elements
  5. Square to circle
  6. 3D shadow
  7. Swing
  8. Inset border


Table Of Content