reading-notes

My reading notes


Project maintained by brandomoki Hosted on GitHub Pages — Theme by mattgraham

Reading Class-14a

CSS Transforms

  1. What does a CSS transform allow the developer to do to an element?

    • allows the developer to transform element to a 2d or 3d object
  2. Provide an example of a transform and how you could see that being used on a website.

    • you could use this to display a product using 3d ratation

CSS Transitions & Animations

  1. What does a CSS transition allow the developer to do to an element?

    • allows dev to apply a transition to certain elements
  2. How does a CSS animation differ from a CSS transition?

    • transition only allows from one state to another ont in multiple key frames

8 simple CSS3 transitions that will wow your users

  1. What are some benefits to using CSS transitions on websites?

    • makes the website interactive by just hoovering over things