CSS Animations – Get Started from Scratch in 10 Minutes!
Posted: Sun Feb 02, 2025 5:20 am
Learn how to create CSS animations from scratch in just 10 minutes! See how to make transitions and animate a button with CSS.
If you prefer this content in video lesson format, watch the video below or access our YouTube channel !
To receive the file(s) used in the class by email, fill in :
Your best email
To send
HTML Icon
HTML and CSS
Impressive
CSS Icon
You will not only learn the basic, intermediate and advanced fundamentals of HTML and CSS, but you will also learn how to integrate with the main frameworks. In addition, you will leave the course with a complete project portfolio!
Start now
Right arrow
HTML and CSS icons used as backgroundThree images of classes from the HTML and CSS course
CSS Animations – Get Started from Scratch in 10 Minutes!
In today's class I'm going to show you how to start from scratch in CSS animations in just 10 minutes.
You will learn how to create transitions in CSS so that we can animate a button. I bet you've seen a button on a website that automatically increases and decreases in size, right?
In this class I will show you exactly how to do bc data this using keyframes, the idea is that we can change the scale of the button, but in a smooth and continuous way.
You will see that adding an animation is very important as it makes the transition smoother and less abrupt.
So, are you ready to learn how to create animations in CSS? Come with me and you'll learn all of this in 10 minutes!
VS Code – HTML and CSS
Throughout this class, I will be using VS Code and the Live Server extension .
Live Server
The Live Server extension allows us to view in the browser the result of all the codes we are developing within VS Code.
If you want to check out how to download, install and customize your VS Code with the extensions used throughout this and other HTML and CSS classes here at Hashtag, check out this class here .
Project Presentation – Initial Files
In the material available for download, you will find the initial files for this class inside a folder called From Scratch.
Project Presentation – Initial Files
Inside this folder will be the index.html and style.css files that were created at the end of our HTML and CSS Login Form project , in which we developed a login form similar to the one we have here at Hashtag .
If you prefer this content in video lesson format, watch the video below or access our YouTube channel !
To receive the file(s) used in the class by email, fill in :
Your best email
To send
HTML Icon
HTML and CSS
Impressive
CSS Icon
You will not only learn the basic, intermediate and advanced fundamentals of HTML and CSS, but you will also learn how to integrate with the main frameworks. In addition, you will leave the course with a complete project portfolio!
Start now
Right arrow
HTML and CSS icons used as backgroundThree images of classes from the HTML and CSS course
CSS Animations – Get Started from Scratch in 10 Minutes!
In today's class I'm going to show you how to start from scratch in CSS animations in just 10 minutes.
You will learn how to create transitions in CSS so that we can animate a button. I bet you've seen a button on a website that automatically increases and decreases in size, right?
In this class I will show you exactly how to do bc data this using keyframes, the idea is that we can change the scale of the button, but in a smooth and continuous way.
You will see that adding an animation is very important as it makes the transition smoother and less abrupt.
So, are you ready to learn how to create animations in CSS? Come with me and you'll learn all of this in 10 minutes!
VS Code – HTML and CSS
Throughout this class, I will be using VS Code and the Live Server extension .
Live Server
The Live Server extension allows us to view in the browser the result of all the codes we are developing within VS Code.
If you want to check out how to download, install and customize your VS Code with the extensions used throughout this and other HTML and CSS classes here at Hashtag, check out this class here .
Project Presentation – Initial Files
In the material available for download, you will find the initial files for this class inside a folder called From Scratch.
Project Presentation – Initial Files
Inside this folder will be the index.html and style.css files that were created at the end of our HTML and CSS Login Form project , in which we developed a login form similar to the one we have here at Hashtag .