mirror of
https://github.com/uiverse-io/galaxy.git
synced 2025-11-28 05:00:22 +08:00
97 lines
No EOL
3.6 KiB
HTML
97 lines
No EOL
3.6 KiB
HTML
<div class="cell">
|
|
<div class="card">
|
|
<span class="flower-loader">Loading…</span>
|
|
</div>
|
|
</div>
|
|
|
|
<style>
|
|
/* From Uiverse.io by Sourcesketch - Tags: glassmorphism, green, loader, loading animation */
|
|
.flower-loader {
|
|
overflow: hidden;
|
|
position: relative;
|
|
text-indent: -9999px;
|
|
display: inline-block;
|
|
width: 16px;
|
|
height: 16px;
|
|
background: #e96;
|
|
border-radius: 100%;
|
|
-moz-box-shadow: white 0 0 15px 0, #485 -12px -12px 0 4px,
|
|
#485 12px -12px 0 4px, #485 12px 12px 0 4px, #485 -12px 12px 0 4px;
|
|
-webkit-box-shadow: white 0 0 15px 0, #485 -12px -12px 0 4px,
|
|
#485 12px -12px 0 4px, #485 12px 12px 0 4px, #485 -12px 12px 0 4px;
|
|
box-shadow: white 0 0 15px 0, #485 -12px -12px 0 4px, #485 12px -12px 0 4px,
|
|
#485 12px 12px 0 4px, #485 -12px 12px 0 4px;
|
|
-moz-animation: flower-loader 5s infinite ease-in-out;
|
|
-webkit-animation: flower-loader 5s infinite ease-in-out;
|
|
animation: flower-loader 5s infinite ease-in-out;
|
|
-moz-transform-origin: 50% 50%;
|
|
-ms-transform-origin: 50% 50%;
|
|
-webkit-transform-origin: 50% 50%;
|
|
transform-origin: 50% 50%;
|
|
}
|
|
|
|
@-moz-keyframes flower-loader {
|
|
0% {
|
|
-moz-transform: rotate(0deg);
|
|
transform: rotate(0deg);
|
|
-moz-box-shadow: white 0 0 15px 0, #485 -12px -12px 0 4px,
|
|
#485 12px -12px 0 4px, #485 12px 12px 0 4px, #485 -12px 12px 0 4px;
|
|
box-shadow: white 0 0 15px 0, #485 -12px -12px 0 4px, #485 12px -12px 0 4px,
|
|
#485 12px 12px 0 4px, #485 -12px 12px 0 4px;
|
|
}
|
|
50% {
|
|
-moz-transform: rotate(1080deg);
|
|
transform: rotate(1080deg);
|
|
-moz-box-shadow: white 0 0 15px 0, #485 12px 12px 0 4px,
|
|
#485 -12px 12px 0 4px, #485 -12px -12px 0 4px, #485 12px -12px 0 4px;
|
|
box-shadow: white 0 0 15px 0, #485 12px 12px 0 4px, #485 -12px 12px 0 4px,
|
|
#485 -12px -12px 0 4px, #485 12px -12px 0 4px;
|
|
}
|
|
}
|
|
@-webkit-keyframes flower-loader {
|
|
0% {
|
|
-webkit-transform: rotate(0deg);
|
|
transform: rotate(0deg);
|
|
-webkit-box-shadow: white 0 0 15px 0, #485 -12px -12px 0 4px,
|
|
#485 12px -12px 0 4px, #485 12px 12px 0 4px, #485 -12px 12px 0 4px;
|
|
box-shadow: white 0 0 15px 0, #485 -12px -12px 0 4px, #485 12px -12px 0 4px,
|
|
#485 12px 12px 0 4px, #485 -12px 12px 0 4px;
|
|
}
|
|
50% {
|
|
-webkit-transform: rotate(1080deg);
|
|
transform: rotate(1080deg);
|
|
-webkit-box-shadow: white 0 0 15px 0, #485 12px 12px 0 4px,
|
|
#485 -12px 12px 0 4px, #485 -12px -12px 0 4px, #485 12px -12px 0 4px;
|
|
box-shadow: white 0 0 15px 0, #485 12px 12px 0 4px, #485 -12px 12px 0 4px,
|
|
#485 -12px -12px 0 4px, #485 12px -12px 0 4px;
|
|
}
|
|
}
|
|
@keyframes flower-loader {
|
|
0% {
|
|
-moz-transform: rotate(0deg);
|
|
-ms-transform: rotate(0deg);
|
|
-webkit-transform: rotate(0deg);
|
|
transform: rotate(0deg);
|
|
-moz-box-shadow: white 0 0 15px 0, #485 -12px -12px 0 4px,
|
|
#485 12px -12px 0 4px, #485 12px 12px 0 4px, #485 -12px 12px 0 4px;
|
|
-webkit-box-shadow: white 0 0 15px 0, #485 -12px -12px 0 4px,
|
|
#485 12px -12px 0 4px, #485 12px 12px 0 4px, #485 -12px 12px 0 4px;
|
|
box-shadow: white 0 0 15px 0, #485 -12px -12px 0 4px, #485 12px -12px 0 4px,
|
|
#485 12px 12px 0 4px, #485 -12px 12px 0 4px;
|
|
}
|
|
50% {
|
|
-moz-transform: rotate(1080deg);
|
|
-ms-transform: rotate(1080deg);
|
|
-webkit-transform: rotate(1080deg);
|
|
transform: rotate(1080deg);
|
|
-moz-box-shadow: white 0 0 15px 0, #485 12px 12px 0 4px,
|
|
#485 -12px 12px 0 4px, #485 -12px -12px 0 4px, #485 12px -12px 0 4px;
|
|
-webkit-box-shadow: white 0 0 15px 0, #485 12px 12px 0 4px,
|
|
#485 -12px 12px 0 4px, #485 -12px -12px 0 4px, #485 12px -12px 0 4px;
|
|
box-shadow: white 0 0 15px 0, #485 12px 12px 0 4px, #485 -12px 12px 0 4px,
|
|
#485 -12px -12px 0 4px, #485 12px -12px 0 4px;
|
|
}
|
|
}
|
|
|
|
</style>
|
|
|