龙空技术网

纯CSS实现2圆形大小切换的Loading特效 9/117

德育处主任pro 74

前言:

当前各位老铁们对“css的圆怎么实现”大致比较注意,咱们都想要学习一些“css的圆怎么实现”的相关知识。那么小编也在网上汇集了一些有关“css的圆怎么实现””的相关内容,希望各位老铁们能喜欢,姐妹们快快来了解一下吧!

不需要JavaScript,也不需要图片,只用纯CSS就能实现多种炫酷的Loading特效!我这次创作的两个圆形Loading特效,大小不断变换,就像是在呼吸一样,让人忍不住一直盯着它看。如果你也想要让你的网站更加吸引人,不妨试试用纯CSS来实现自己的Loading特效吧!

<div class="loading"></div><style>.loading {  margin: 20px;  position: relative;  width: 1px;  height: 1px;}.loading:before,.loading:after {  position: absolute;  display: inline-block;  width: 15px;  height: 15px;  content: "";  border-radius: 100%;  background-color: #000;}.loading:before {  left: -15px;  animation: ball-pulse infinite 0.75s -0.4s cubic-bezier(0.2, 0.68, 0.18, 1.08);}.loading:after {  right: -15px;  animation: ball-pulse infinite 0.75s cubic-bezier(0.2, 0.68, 0.18, 1.08);}@keyframes ball-pulse {  0% {    transform: scale(1);    opacity: 1;  }  50% {    transform: scale(0.1);    opacity: 0.6;  }  100% {    transform: scale(1);    opacity: 1;  }}</style>

标签: #css的圆怎么实现 #css方形变圆形 #html圆 #图片圆形css #时间css圆