-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathloader.css
More file actions
135 lines (125 loc) · 2.61 KB
/
loader.css
File metadata and controls
135 lines (125 loc) · 2.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
.loader {
display: flex;
flex-direction: column;
position: fixed;
align-items: center;
justify-content: center;
transition: all .3s linear;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: indigo;
z-index: 100;
}
@keyframes ldio-yzaezf3dcmj {
0% {
opacity: 1;
backface-visibility: hidden;
transform: translateZ(0) scale(1.5,1.5);
}
100% {
opacity: 0;
backface-visibility: hidden;
transform: translateZ(0) scale(1,1);
}
}
.ldio-yzaezf3dcmj div > div {
position: absolute;
width: 24px;
height: 24px;
border-radius: 50%;
background: #ccccccc5;
animation: ldio-yzaezf3dcmj 1s linear infinite;
}
.ldio-yzaezf3dcmj div:nth-child(1) > div {
left: 148px;
top: 88px;
animation-delay: -0.875s;
}
.ldio-yzaezf3dcmj > div:nth-child(1) {
transform: rotate(0deg);
transform-origin: 160px 100px;
}
.ldio-yzaezf3dcmj div:nth-child(2) > div {
left: 130px;
top: 130px;
animation-delay: -0.75s;
}
.ldio-yzaezf3dcmj > div:nth-child(2) {
transform: rotate(45deg);
transform-origin: 142px 142px;
}
.ldio-yzaezf3dcmj div:nth-child(3) > div {
left: 88px;
top: 148px;
animation-delay: -0.625s;
}
.ldio-yzaezf3dcmj > div:nth-child(3) {
transform: rotate(90deg);
transform-origin: 100px 160px;
}
.ldio-yzaezf3dcmj div:nth-child(4) > div {
left: 46px;
top: 130px;
animation-delay: -0.5s;
}
.ldio-yzaezf3dcmj > div:nth-child(4) {
transform: rotate(135deg);
transform-origin: 58px 142px;
}
.ldio-yzaezf3dcmj div:nth-child(5) > div {
left: 28px;
top: 88px;
animation-delay: -0.375s;
}
.ldio-yzaezf3dcmj > div:nth-child(5) {
transform: rotate(180deg);
transform-origin: 40px 100px;
}
.ldio-yzaezf3dcmj div:nth-child(6) > div {
left: 46px;
top: 46px;
animation-delay: -0.25s;
}
.ldio-yzaezf3dcmj > div:nth-child(6) {
transform: rotate(225deg);
transform-origin: 58px 58px;
}
.ldio-yzaezf3dcmj div:nth-child(7) > div {
left: 88px;
top: 28px;
animation-delay: -0.125s;
}
.ldio-yzaezf3dcmj > div:nth-child(7) {
transform: rotate(270deg);
transform-origin: 100px 40px;
}
.ldio-yzaezf3dcmj div:nth-child(8) > div {
left: 130px;
top: 46px;
animation-delay: 0s;
}
.ldio-yzaezf3dcmj > div:nth-child(8) {
transform: rotate(315deg);
transform-origin: 142px 58px;
}
.loadingio-spinner-spin-2by998twmg8 {
width: 200px;
height: 200px;
display: inline-block;
overflow: hidden;
background: indigo;
}
.ldio-yzaezf3dcmj {
width: 100%;
height: 100%;
position: relative;
transform: translateZ(0) scale(1);
backface-visibility: hidden;
transform-origin: 0 0;
/* see note above */
}
.ldio-yzaezf3dcmj div {
box-sizing: content-box;
}