first commit
This commit is contained in:
commit
eb2f504652
32490 changed files with 5731109 additions and 0 deletions
24
node_modules/@quasar/extras/animate/lightSpeedInLeft.css
generated
vendored
Normal file
24
node_modules/@quasar/extras/animate/lightSpeedInLeft.css
generated
vendored
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
@keyframes lightSpeedInLeft {
|
||||
from {
|
||||
transform: translate3d(-100%, 0, 0) skewX(30deg);
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
60% {
|
||||
transform: skewX(-20deg);
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
80% {
|
||||
transform: skewX(5deg);
|
||||
}
|
||||
|
||||
to {
|
||||
transform: translate3d(0, 0, 0);
|
||||
}
|
||||
}
|
||||
|
||||
.lightSpeedInLeft {
|
||||
animation-name: lightSpeedInLeft;
|
||||
animation-timing-function: ease-out;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue