CSS Transforms
- 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
- 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
- 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
- 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
- What are some benefits to using CSS transitions on websites?
-To increase engagement on the website and make it more interesting.
- 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.