adding initial fast-api
This commit is contained in:
20
fast-api/node_modules/jq-fakeloader/scss/spinners/spinner_04.scss
generated
vendored
Normal file
20
fast-api/node_modules/jq-fakeloader/scss/spinners/spinner_04.scss
generated
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
.spinner4 {
|
||||
position: fixed;
|
||||
width: 35px;
|
||||
height: 35px;
|
||||
top: calc(50% - 35px/2);
|
||||
left: calc(50% - 35px/2);
|
||||
background-color: #fff;
|
||||
animation: rotateplane 1.2s infinite ease-in-out;
|
||||
}
|
||||
|
||||
|
||||
@keyframes rotateplane {
|
||||
0% {
|
||||
transform: perspective(120px) rotateX(0deg) rotateY(0deg);
|
||||
} 50% {
|
||||
transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
|
||||
} 100% {
|
||||
transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user