Skip to content

Commit b9a993c

Browse files
committed
rebuild lite and zip
1 parent 86375f0 commit b9a993c

3 files changed

Lines changed: 205 additions & 2 deletions

File tree

dist/lite.css

Lines changed: 204 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,207 @@
8888
.ld-loader {
8989
background-size: cover;
9090
}
91-
.tool/build-css.ls { transform-origin: 50% 50%; transform-box: fill-box; }
91+
.ld { transform-origin: 50% 50%; transform-box: fill-box; }
92+
@keyframes ld-clock {
93+
0% {
94+
animation-timing-function: cubic-bezier(0,0.7,0.30000000000000004,1);
95+
transform: rotate(0deg);
96+
}
97+
8.33333% {
98+
animation-timing-function: cubic-bezier(0,0.7,0.30000000000000004,1);
99+
transform: rotate(30deg);
100+
}
101+
16.66667% {
102+
animation-timing-function: cubic-bezier(0,0.7,0.30000000000000004,1);
103+
transform: rotate(60deg);
104+
}
105+
25% {
106+
animation-timing-function: cubic-bezier(0,0.7,0.30000000000000004,1);
107+
transform: rotate(90deg);
108+
}
109+
33.33333% {
110+
animation-timing-function: cubic-bezier(0,0.7,0.30000000000000004,1);
111+
transform: rotate(120deg);
112+
}
113+
41.66667% {
114+
animation-timing-function: cubic-bezier(0,0.7,0.30000000000000004,1);
115+
transform: rotate(150deg);
116+
}
117+
50% {
118+
animation-timing-function: cubic-bezier(0,0.7,0.30000000000000004,1);
119+
transform: rotate(180deg);
120+
}
121+
58.33333% {
122+
animation-timing-function: cubic-bezier(0,0.7,0.30000000000000004,1);
123+
transform: rotate(210deg);
124+
}
125+
66.66667% {
126+
animation-timing-function: cubic-bezier(0,0.7,0.30000000000000004,1);
127+
transform: rotate(240deg);
128+
}
129+
75% {
130+
animation-timing-function: cubic-bezier(0,0.7,0.30000000000000004,1);
131+
transform: rotate(270deg);
132+
}
133+
83.33333% {
134+
animation-timing-function: cubic-bezier(0,0.7,0.30000000000000004,1);
135+
transform: rotate(300deg);
136+
}
137+
91.66667% {
138+
animation-timing-function: cubic-bezier(0,0.7,0.30000000000000004,1);
139+
transform: rotate(330deg);
140+
}
141+
100% {
142+
animation-timing-function: cubic-bezier(0,0.7,0.30000000000000004,1);
143+
transform: rotate(360deg);
144+
}
145+
}
146+
.ld.ld-clock {
147+
animation: ld-clock 12s infinite linear; ;
148+
}
149+
@keyframes ld-rubber-h
150+
{
151+
0% {
152+
animation-timing-function: cubic-bezier(0.1858,0.2841,0.5834,1.4615);
153+
transform: scaleX(1);
154+
}
155+
31% {
156+
animation-timing-function: cubic-bezier(0.0467,0.1102,0.4803,1.4719);
157+
transform: scaleX(1.1354);
158+
}
159+
41% {
160+
animation-timing-function: cubic-bezier(0.0469,0.1108,0.4775,1.4732);
161+
transform: scaleX(0.9052);
162+
}
163+
51% {
164+
animation-timing-function: cubic-bezier(0.0478,0.1131,0.4723,1.4819);
165+
transform: scaleX(1.0664);
166+
}
167+
61% {
168+
animation-timing-function: cubic-bezier(0.0506,0.1192,0.4639,1.4818);
169+
transform: scaleX(0.9536);
170+
}
171+
71% {
172+
animation-timing-function: cubic-bezier(0.0581,0.1374,0.457,1.4901);
173+
transform: scaleX(1.0326);
174+
}
175+
81% {
176+
animation-timing-function: cubic-bezier(0.0765,0.1813,0.4542,1.4923);
177+
transform: scaleX(0.9772);
178+
}
179+
91% {
180+
animation-timing-function: cubic-bezier(0.1747,0.3181,0.341,0.878);
181+
transform: scaleX(1.016);
182+
}
183+
100% {
184+
transform: scaleX(0.9836);
185+
}
186+
}
187+
.ld.ld-rubber-h,.ld.ld-rubber {
188+
animation: ld-rubber-h 1s infinite linear; ;
189+
}
190+
@keyframes ld-tick
191+
{
192+
0% {
193+
animation-timing-function: cubic-bezier(0.1858,0.2841,0.5834,1.4615);
194+
transform: rotate(0deg);
195+
}
196+
31% {
197+
animation-timing-function: cubic-bezier(0.0467,0.1102,0.4803,1.4719);
198+
transform: rotate(13.540000000000001deg);
199+
}
200+
41% {
201+
animation-timing-function: cubic-bezier(0.0469,0.1108,0.4775,1.4732);
202+
transform: rotate(-9.48deg);
203+
}
204+
51% {
205+
animation-timing-function: cubic-bezier(0.0478,0.1131,0.4723,1.4819);
206+
transform: rotate(6.640000000000001deg);
207+
}
208+
61% {
209+
animation-timing-function: cubic-bezier(0.0506,0.1192,0.4639,1.4818);
210+
transform: rotate(-4.640000000000001deg);
211+
}
212+
71% {
213+
animation-timing-function: cubic-bezier(0.0581,0.1374,0.457,1.4901);
214+
transform: rotate(3.2600000000000002deg);
215+
}
216+
81% {
217+
animation-timing-function: cubic-bezier(0.0765,0.1813,0.4542,1.4923);
218+
transform: rotate(-2.2800000000000002deg);
219+
}
220+
91% {
221+
animation-timing-function: cubic-bezier(0.1747,0.3181,0.341,0.878);
222+
transform: rotate(1.6deg);
223+
}
224+
100% {
225+
transform: rotate(-1.6400000000000001deg);
226+
}
227+
}
228+
.ld.ld-tick {
229+
animation: ld-tick 1s infinite linear; ;
230+
}
231+
@keyframes ld-cycle
232+
{
233+
0% {
234+
animation-timing-function: cubic-bezier(0.3333,0.3333,0.6667,0.6667);
235+
transform: rotate(0deg);
236+
}
237+
100% {
238+
transform: rotate(360deg);
239+
}
240+
}
241+
.ld.ld-cycle {
242+
animation: ld-cycle 1s infinite linear; ;
243+
}
244+
@keyframes ld-flip-h
245+
{
246+
0% {
247+
animation-timing-function: cubic-bezier(0.1909,0.4373,0.4509,0.7454);
248+
transform: rotateY(0deg);
249+
}
250+
30% {
251+
animation-timing-function: cubic-bezier(0.128,0.2315,0.9704,0.8632);
252+
transform: rotateY(153.72deg);
253+
}
254+
50% {
255+
animation-timing-function: cubic-bezier(0.5788,0.3001,0.5613,0.6784);
256+
transform: rotateY(180deg);
257+
}
258+
55% {
259+
animation-timing-function: cubic-bezier(0.1545,0.4929,0.6089,0.9373);
260+
transform: rotateY(238.68deg);
261+
}
262+
100% {
263+
transform: rotateY(360deg);
264+
}
265+
}
266+
.ld.ld-flip-h {
267+
animation: ld-flip-h 1s infinite linear; ;
268+
}
269+
@keyframes ld-spin-fast
270+
{
271+
0% {
272+
animation-timing-function: cubic-bezier(0.5856,0.0703,0.4143,0.9297);
273+
transform: rotate(0deg);
274+
}
275+
100% {
276+
transform: rotate(1800deg);
277+
}
278+
}
279+
.ld.ld-spin-fast {
280+
animation: ld-spin-fast 1s infinite linear; ;
281+
}
282+
@keyframes ld-spin
283+
{
284+
0% {
285+
animation-timing-function: cubic-bezier(0.5856,0.0703,0.4143,0.9297);
286+
transform: rotate(0deg);
287+
}
288+
100% {
289+
transform: rotate(360deg);
290+
}
291+
}
292+
.ld.ld-spin {
293+
animation: ld-spin 1s infinite linear; ;
294+
}

dist/lite.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/loading-css.zip

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)