Reading--Notes

CSS

Transforms

With CSS3 came new ways to position and alter elements. Now general layout techniques can be revisited with alternative ways to size, position, and change elements. All of these new techniques are made possible by the transform property.

Transitions & Animations

With CSS3 transitions you have the potential to alter the appearance and behavior of an element whenever a state change occurs, such as when it is hovered over, focused on, active, or targeted.

Animations within CSS3 allow the appearance and behavior of an element to be altered in multiple keyframes. Transitions provide a change from one state to another, while animations can set multiple points of transition upon different keyframes.

8 SIMPLE CSS3 TRANSITIONS THAT WILL WOW YOUR USERS :

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