I have just completed the CSS animation and Transition Crash course by Brad Traversy. Here I’ll share what I learned.
What did I do?
- Created an animation using keyframes (click the play button below to view animation)
- Created an animation using transitions (The shape changes when you hover your mouse over it, or move your mouse away and to it).
- Created an animated landing page:
What did I learn?
I always thought that you needed to use Javascript to do animations like this. But I now know that you can do many cool animations with CSS.
(I have delved into Javascript before, but I will learn it more thoroughly in the future).