reading-notes

Class 14 - Transforms, Transitions, & Animations

CSS Transforms

  1. What does a CSS transform allow the developer to do to an element?
    • Allows users ways to size, position, and change elements.
  2. Provide an example of a transform and how you could see that being used on a website.
    • Rotate, scale, or skew elements when hovering over or clicking an item.

CSS Transitions & Animations

  1. What does a CSS transition allow the developer to do to an element?
  2. How does a CSS animation differ from a CSS transition?

More CSS transition

  1. What are some benefits to using CSS transitions on websites?
  2. How this topic fit in with your long-term goals?
    • Transitions and animations will make apps and websites I develop to look more professional and set it apart from other sites.