Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to use CSS3 Code to make Page Circle loading Animation

2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly shows you "how to use CSS3 code to make page circle loading animation", the content is easy to understand, well-organized, hope to help you solve your doubts, the following let Xiaobian lead you to study and learn "how to use CSS3 code to make page circle loading animation" this article.

HTML section:

CSS section:

.loader {

Width:300px

Border:1pxsolid#ccc

Height:200px

Display:flex

Box-sizing:border-box

Align-items:center

Justify-content:center

}

@-webkit-keyframesloading {

50% {

Transform:scale (0.4)

Opacity:0.3

}

100% {

Transform:scale (1)

Opacity:1

}

}

.loading {

Position:relative

}

.loadingi {

Display:block

Width:15px

Height:15px

Border-radius:50%

Position:absolute

Background:#333

}

.loadingi:nth-child (1) {

Top:25px

Left:0

-webkit-animation:loading1sease0sinfinite

}

.loadingi:nth-child (2) {

Top:17px

Left:17px

-webkit-animation:loading1sease0.12sinfinite

}

.loadingi:nth-child (3) {

Top:0

Left:25px

-webkit-animation:loading1sease0.24sinfinite

}

.loadingi:nth-child (4) {

Top:-17px

Left:17px

-webkit-animation:loading1sease0.36sinfinite

}

.loadingi:nth-child (5) {

Top:-25px

Left:0

-webkit-animation:loading1sease0.48sinfinite

}

.loadingi:nth-child (6) {

Top:-17px

Left:-17px

-webkit-animation:loading1sease0.6sinfinite

}

.loadingi:nth-child (7) {

Top:0

Left:-25px

-webkit-animation:loading1sease0.72sinfinite

}

.loadingi:nth-child (8) {

Top:17px

Left:-17px

-webkit-animation:loading1sease0.84sinfinite

}

The above is all the contents of the article "how to use CSS3 code to make page circle loading animation". Thank you for reading! I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more knowledge, welcome to follow the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report