
Learn to create CSS animations from scratch by using the transition property, transform functions, and keyframes to build button hover animations and five spinners.
Install Visual Studio Code to code your project across Windows, Mac OS, or Linux. Accept the license, choose an install folder, and create a desktop shortcut during the free setup.
Install extensions in Visual Studio Code, including live server and beautify, to automatically reload HTML on save and format code, speeding up CSS animations development.
Learn to create and style an interactive HTML button with CSS animations, including hover background and text color changes, borders, and smooth transitions using Visual Studio Code and the Live Server extension.
Learn to create a second button with animated lines on hover using CSS positioning and width transitions, revealing a line from 0 to 100 percent in 1.3 seconds.
Create a six-button with an animated blue after pseudo-element that expands on hover, and changes the button text color to white, using a cubic-bezier transition and absolute positioning.
Learn how to rotate elements in CSS using the transform rotate function, experiment with degrees and turns, and see the effect on hover with a gradient background.
Explore creating custom CSS animations with keyframes, define 0, 50, and 100 percent styles, set duration, timing, and infinite looping, and apply to properties like width, height, and rotate.
Create a ball-in-a-box spinner using a 150px box and a 25px ball, with absolute positioning, four-step keyframes, and a shadow effect in a two-second infinite loop.
Pretty much every website have some animations, when you hover over an Item in menu or button, you can see the background change. When you look at slider you can probably see some cool 3D transition between slides.
All of these animations can be created using CSS.
Do you want to Learn How to use CSS animation?
Well, you have come to the right place, in this course I cover everything you need to know in order to create great looking CSS animations.
I start off by explaining how transition works and all the things you can set.
Then we use the gained knowledge and create 8 Buttons, Everyone of them will be somehow animated. using only CSS animations. Then we move on to Transformations. I explain how Rotate, Translate, Scale and Skew works and I also cover How keyframes works and how to use them. Then, once again, we will use the gained knowledge and create 5 Spinners.
Requirements:
Basic CSS and HTML knowledge
Who should take this course:
Anyone who wants to learn how to Animate web using CSS
Anyone who wants to learn more about CSS animations
Anyone who wants to improve their CSS animation skills
What will you learn & archive:
Create CSS Animations
Master CSS Transitions
Master CSS Transformations
Learn how to create great hover animations
Learn how to use Keyframes
Create 13 "CSS animation" Projects