Skip to content

Commit c019e91

Browse files
committed
Remove loader.
1 parent 076287a commit c019e91

File tree

4 files changed

+1
-110
lines changed

4 files changed

+1
-110
lines changed

_layouts/default.html

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
<body>
1111
<div id="preloader" class="preloader">
12-
<div class="loader-gplus"></div>
1312
</div>
1413

1514
<div id="st-container" class="st-container disable-scrolling">

_layouts/post.html

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
<body>
77
<div id="preloader" class="preloader">
8-
<div class="loader-gplus"></div>
98
</div>
109

1110
<div id="st-container" class="st-container">

_sass/partials/_global.scss

-107
Original file line numberDiff line numberDiff line change
@@ -128,113 +128,6 @@ time {
128128
left: 0;
129129
background-color: #fff;
130130
}
131-
.loader-gplus {
132-
display: inline-block;
133-
position: absolute;
134-
top: calc(50% - 20px);
135-
left: calc(50% - 20px);
136-
width: 40px;
137-
height: 40px;
138-
overflow: hidden;
139-
border-radius: 20px;
140-
animation: base 3s steps(1) 0s infinite;
141-
&::before, &::after {
142-
content: ' ';
143-
display: block;
144-
width: 50%;
145-
height: 100%;
146-
overflow: hidden;
147-
position: absolute;
148-
top: 0;
149-
left: 50%;
150-
z-index: 1;
151-
border-radius: 0 20px 20px 0;
152-
transform-origin: 0 50%;
153-
}
154-
&::before {
155-
z-index: 2;
156-
transform-style: preserve-3d;
157-
animation: flip 3s linear 0s infinite;
158-
}
159-
&::after {
160-
animation: reveal 3s steps(1) 0s infinite;
161-
}
162-
}
163-
@keyframes base {
164-
0% {
165-
transform: rotate(0deg);
166-
background-color: #21aa29;
167-
}
168-
25% {
169-
transform: rotate(90deg);
170-
background-color: #2159d6;
171-
}
172-
50% {
173-
transform: rotate(180deg);
174-
background-color: #d62408;
175-
}
176-
75% {
177-
transform: rotate(270deg);
178-
background-color: #ffcf00;
179-
}
180-
100% {
181-
transform: rotate(360deg);
182-
background-color: #21aa29;
183-
}
184-
}
185-
@keyframes reveal {
186-
0% {
187-
background-color: #2159d6;
188-
transform: rotate(0deg);
189-
}
190-
25% {
191-
background-color: #d62408;
192-
transform: rotate(180deg);
193-
}
194-
50% {
195-
background-color: #ffcf00;
196-
transform: rotate(0deg);
197-
}
198-
75% {
199-
background-color: #21aa29;
200-
transform: rotate(180deg);
201-
}
202-
100% {
203-
background-color: #2159d6;
204-
transform: rotate(0deg);
205-
}
206-
}
207-
@keyframes flip {
208-
0% {
209-
background-color: #21aa29;
210-
transform: rotateY(0deg);
211-
}
212-
12.5%, 87.56% {
213-
background-color: #105514;
214-
}
215-
12.51%, 37.5% {
216-
background-color: #102c6b;
217-
}
218-
25% {
219-
background-color: #2159d6;
220-
}
221-
37.51%, 62.5% {
222-
background-color: #6b1204;
223-
}
224-
50% {
225-
background-color: #d62408;
226-
}
227-
62.51%, 87.5% {
228-
background-color: #7f6700;
229-
}
230-
75%, 78% {
231-
background-color: #ffcf00;
232-
}
233-
100% {
234-
background-color: #21aa29;
235-
transform: rotateY(-720deg);
236-
}
237-
}
238131
.social-links {
239132
li {
240133
margin-right: 4px;

css/main.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)