-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathloading.css
101 lines (95 loc) · 2.35 KB
/
loading.css
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
.loading{
position: fixed;
width: 100%;
height: 100vh ;
top: 0 ;
z-index: 99;
background-color: white;
}
.close{
animation: zade_out 1s linear;
animation-fill-mode: forwards;
}
@keyframes zade_out{
0% {
visibility: visible;
opacity: 1;
}
100% {
visibility : hidden;
opacity: 0;
}
}
@keyframes ldio-y03if6mn0pr-1 {
0% { transform: rotate(0deg) }
50% { transform: rotate(-45deg) }
100% { transform: rotate(0deg) }
}
@keyframes ldio-y03if6mn0pr-2 {
0% { transform: rotate(180deg) }
50% { transform: rotate(225deg) }
100% { transform: rotate(180deg) }
}
.ldio-y03if6mn0pr > div:nth-child(2) {
transform: translate(-15px,0);
}
.ldio-y03if6mn0pr > div:nth-child(2) div {
position: absolute;
top: 40px;
left: 40px;
width: 120px;
height: 60px;
border-radius: 120px 120px 0 0;
background: #f8b26a;
animation: ldio-y03if6mn0pr-1 1s linear infinite;
transform-origin: 60px 60px
}
.ldio-y03if6mn0pr > div:nth-child(2) div:nth-child(2) {
animation: ldio-y03if6mn0pr-2 1s linear infinite
}
.ldio-y03if6mn0pr > div:nth-child(2) div:nth-child(3) {
transform: rotate(-90deg);
animation: none;
}@keyframes ldio-y03if6mn0pr-3 {
0% { transform: translate(190px,0); opacity: 0 }
20% { opacity: 1 }
100% { transform: translate(70px,0); opacity: 1 }
}
.ldio-y03if6mn0pr > div:nth-child(1) {
display: block;
}
.ldio-y03if6mn0pr > div:nth-child(1) div {
position: absolute;
top: 92px;
left: -8px;
width: 16px;
height: 16px;
border-radius: 50%;
background: #e15b64;
animation: ldio-y03if6mn0pr-3 1s linear infinite
}
.ldio-y03if6mn0pr > div:nth-child(1) div:nth-child(1) { animation-delay: -0.67s }
.ldio-y03if6mn0pr > div:nth-child(1) div:nth-child(2) { animation-delay: -0.33s }
.ldio-y03if6mn0pr > div:nth-child(1) div:nth-child(3) { animation-delay: 0s }
.loadingio-spinner-bean-eater-hsyziv4myg {
width: 200px;
height: 200px;
display: inline-block;
overflow: hidden;
background: #ffffff;
position: absolute;
top: 50%;
margin-top: -100px;
left: 50%;
margin-left: -100px;
}
.ldio-y03if6mn0pr {
width: 100%;
height: 100%;
position: relative;
transform: translateZ(0) scale(1);
backface-visibility: hidden;
transform-origin: 0 0; /* see note above */
}
.ldio-y03if6mn0pr div { box-sizing: content-box; }
/* generated by https://loading.io/ */