Koussay FridhiMay 22
Create a Beautiful CSS3 Loader
Hello Everyone, this is my first post in Medium, and i hope it will not be the last.
So What’s This post about ?
Create a beautiful CSS3 Loader
Many websites has this stuff, it’s when you enter a website and it loads contents but instead of a blank page, an animation appears, so today i’m going to show you how to do that.
What we need ?
Just some Knowledge in CSS and HTML
A demo ?
Of course here’s a CodePen demo
http://codepen.io/tdn/pen/Jowwbx
Can You Explain That ?
Of course first we have four div, that’s the balls.
In the CSS snnipets, we define to each ball a color and an animation
then we used the keyframes attribute to change the color and the position of balls
Source : https://www.tdn.tn/webtech/create-css3-loading-animation/
Thank You