A few days ago, I shared two cool CSS3 Loading animations in the garden. Today, we have 10 new Loading animations, all of which have different styles, it is not difficult to implement them. You can easily apply them to projects. Let's take a look:
Next we will select several typical cases to analyze the code.
Let's take a look at the first case, which is a bar animation. the HTML code is as follows:
Loading...
The CSS code is as follows:
{:;:;:;:;:;}{:;:;:;}{:;:;:;:;:;}{:;:;:; :;:;}{:;:;:;:;:;}{:;:;:;:;:;}{:;:;:;:; :;}{:;:;:;:;:;}
Let's take a look at the fifth gradient circle. The HTML code is as follows:
Loading
The CSS code is as follows:
{:;:;:;:;:;:;}{:;:;:;:;}{:;:;:;:;:;:;:; :;:;:;:;}{:;}{:;}{:;}{:;}{:;:;:;:;:;:;}
Finally, let's take a look at the third-to-last animation. the HTML code is as follows:
Loading
The CSS code is as follows:
{:;:;:;:;:;:;}{:;:;:;:;:;:;}{:;:;:;}{:; :;:;:;:;:;:;:;:;:;}{:;:;:;:;:;:;:;:;:;:; :;:;}{:;:;:;:;:;:;:;:;:;:;:;:;}{:;}{:;} {:;}{:;}{:;}{:;:;}{:;:;}{:;:;}{:;:;}{:; :;}{:;:;}
The CSS code in other cases is similar. I have uploaded the source code to the garden. You can download it.>