mirror of
https://github.com/uiverse-io/galaxy.git
synced 2025-11-28 05:00:22 +08:00
202 lines
3.4 KiB
HTML
202 lines
3.4 KiB
HTML
<div class="cssload-container">
|
|
<ul class="cssload-flex-container">
|
|
<li>
|
|
<span class="cssload-loading cssload-one"></span>
|
|
<span class="cssload-loading cssload-two"></span>
|
|
<span class="cssload-loading-center"></span>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<style>
|
|
/* From Uiverse.io by exyreams - Source: MichaelRyanSmith - Tags: loading, loader, loading animation */
|
|
.cssload-container * {
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.cssload-container {
|
|
margin: 38px auto 0 auto;
|
|
max-width: 1048px;
|
|
}
|
|
|
|
.cssload-container ul li {
|
|
list-style: none;
|
|
}
|
|
|
|
.cssload-flex-container {
|
|
display: flex;
|
|
display: -o-flex;
|
|
display: -ms-flex;
|
|
display: -webkit-flex;
|
|
display: -moz-flex;
|
|
flex-direction: row;
|
|
flex-wrap: wrap;
|
|
justify-content: space-around;
|
|
}
|
|
|
|
.cssload-flex-container li {
|
|
padding: 19px;
|
|
height: 188px;
|
|
width: 188px;
|
|
margin: 56px 38px;
|
|
position: relative;
|
|
text-align: center;
|
|
}
|
|
|
|
.cssload-loading-center {
|
|
display: inline-block;
|
|
position: absolute;
|
|
/* The color can be custmized, This color is for center cube.*/
|
|
background: #ff0000;
|
|
height: 56px;
|
|
width: 56px;
|
|
left: 68px;
|
|
top: 69px;
|
|
transform: rotate(45deg);
|
|
border-radius: 6px;
|
|
animation: pulse 1.3s ease infinite;
|
|
}
|
|
|
|
.cssload-loading {
|
|
display: inline-block;
|
|
position: relative;
|
|
width: 141px;
|
|
height: 141px;
|
|
margin-top: 6px;
|
|
transform: rotate(45deg);
|
|
}
|
|
|
|
.cssload-loading:after, .cssload-loading:before {
|
|
position: absolute;
|
|
content: '';
|
|
height: 19px;
|
|
width: 19px;
|
|
display: block;
|
|
top: 0;
|
|
/* The color can be custmized, This color is for 4 cubes.*/
|
|
background: #ff5252;
|
|
border-radius: 6px;
|
|
}
|
|
|
|
.cssload-loading:after {
|
|
right: 0;
|
|
animation: square-tr 2.6s ease infinite;
|
|
animation-delay: .162.5s;
|
|
}
|
|
|
|
.cssload-loading:before {
|
|
animation: square-tl 2.6s ease infinite;
|
|
animation-delay: .162.5s;
|
|
}
|
|
|
|
.cssload-loading.cssload-two {
|
|
position: relative;
|
|
top: -150px;
|
|
}
|
|
|
|
.cssload-loading.cssload-two:after, .cssload-loading.cssload-two:before {
|
|
bottom: 0;
|
|
top: initial;
|
|
}
|
|
|
|
.cssload-loading.cssload-two:after {
|
|
animation: square-br 2.6s ease infinite;
|
|
animation-direction: reverse;
|
|
}
|
|
|
|
.cssload-loading.cssload-two:before {
|
|
animation: square-bl 2.6s ease infinite;
|
|
animation-direction: reverse;
|
|
}
|
|
|
|
@keyframes square-tl {
|
|
0% {
|
|
transform: translate(0, 0);
|
|
}
|
|
|
|
25% {
|
|
transform: translate(0, 117.5px);
|
|
}
|
|
|
|
50% {
|
|
transform: translate(117.5px, 117.5px);
|
|
}
|
|
|
|
75% {
|
|
transform: translate(117.5px, 0);
|
|
}
|
|
}
|
|
|
|
@keyframes square-bl {
|
|
0% {
|
|
transform: translate(0, 0);
|
|
}
|
|
|
|
25% {
|
|
transform: translate(0, -117.5px);
|
|
}
|
|
|
|
50% {
|
|
transform: translate(117.5px, -117.5px);
|
|
}
|
|
|
|
75% {
|
|
transform: translate(117.5px, 0);
|
|
}
|
|
}
|
|
|
|
@keyframes square-tr {
|
|
0% {
|
|
transform: translate(0, 0);
|
|
}
|
|
|
|
25% {
|
|
transform: translate(-117.5px, 0);
|
|
}
|
|
|
|
50% {
|
|
transform: translate(-117.5px, 117.5px);
|
|
}
|
|
|
|
75% {
|
|
transform: translate(0, 117.5px);
|
|
}
|
|
}
|
|
|
|
@keyframes square-br {
|
|
0% {
|
|
transform: translate(0, 0);
|
|
}
|
|
|
|
25% {
|
|
transform: translate(-117.5px, 0);
|
|
}
|
|
|
|
50% {
|
|
transform: translate(-117.5px, -117.5px);
|
|
}
|
|
|
|
75% {
|
|
transform: translate(0, -117.5px);
|
|
}
|
|
}
|
|
|
|
@keyframes rotate {
|
|
from {
|
|
transform: rotate(0deg);
|
|
}
|
|
|
|
to {
|
|
transform: rotate(360deg);
|
|
}
|
|
}
|
|
|
|
@keyframes pulse {
|
|
0%, 100% {
|
|
transform: scale(inherit) rotate(45deg);
|
|
}
|
|
|
|
75% {
|
|
transform: scale(0.25) rotate(45deg);
|
|
}
|
|
}
|
|
</style>
|