Week 10: CSS Transitions, Transforms, Animations
If you are having difficulty deciding on how to start a file path with /, ./, or ../ then this video is for you Paths and URLS video
CSS Transitions
- In CSS we can control the changes of an element from one appearance to another by using Transitions.
- Learn more
CSS Transforms
- Transforms will allow us to change the rotation, scale, skew, or translate values of elements.
- Details about Transforms
CSS Animations
- CSS Animations are similar to transitions, in that they describe a starting and an ending value for elements.
- Details about CSS Animations
CSS Filters
- We can apply filters to images and other elements on a webpage to change the appearance of the content.
- There is a long list of possible filters that we can apply through CSS.
- Watch the following video to learn about the different filters.
What to do Before Week 11
TODO
- SASS Playlist
- Finish watching the SASS playlist
- Article on developing Dark and Light Colour Themes