mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-21 19:41:17 -04:00
clean up loading animation styles
This commit is contained in:
@@ -17,22 +17,25 @@
|
||||
}
|
||||
|
||||
// modified from https://tobiasahlin.com/spinkit/
|
||||
.spinner {
|
||||
.loading {
|
||||
text-align: center;
|
||||
|
||||
> div {
|
||||
display: inline-block;
|
||||
animation: loader 1.4s infinite ease-in-out both;
|
||||
animation: loading 1.5s infinite ease-in-out both;
|
||||
|
||||
&:nth-child(1) {
|
||||
animation-delay: -0.32s;
|
||||
}
|
||||
&:nth-child(2) {
|
||||
animation-delay: -0.16s;
|
||||
}
|
||||
&:nth-child(3) {
|
||||
animation-delay: 0s;
|
||||
}
|
||||
|
||||
@include themes.themed(background-color, "medium-light");
|
||||
}
|
||||
|
||||
.spin-bounce1 {
|
||||
animation-delay: -0.32s;
|
||||
}
|
||||
.spin-bounce2 {
|
||||
animation-delay: -0.16s;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes wave {
|
||||
@@ -85,7 +88,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes loader {
|
||||
@keyframes loading {
|
||||
0%,
|
||||
80%,
|
||||
100% {
|
||||
|
Reference in New Issue
Block a user