reading-notes

CSS Transforms and Transitions

CSS Transforms

  1. What does a CSS transform allow the developer to do to an element?
    • This allows teh dev to rotate the element on a 2 or 3d plane
  2. Provide an example of a transform and how you could see that being used on a website.
    • It could be used to make a wheel like the wheel of fortune or something with JS

CSS Transitions and Animations

  1. What does a CSS transition allow the developer to do to an element?
    • transition allows a element to be changed based on a chage of state ie :hover
  2. How does a CSS animation differ from a CSS transition? -Animations are a scaled up version of transitions and can have multiple states

8 simple CSS3 transitions that will wow your users

  1. What are some benefits to using CSS transitions on websites? -To increase engagement on the website and make it more interesting.
  2. How this topic fit in with your long-term goals? -I look forward to adding cool transformations and animations to my sites in the future.