first commit
This commit is contained in:
commit
eb2f504652
32490 changed files with 5731109 additions and 0 deletions
20
node_modules/@quasar/extras/animate/backInLeft.css
generated
vendored
Normal file
20
node_modules/@quasar/extras/animate/backInLeft.css
generated
vendored
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
@keyframes backInLeft {
|
||||
0% {
|
||||
transform: translateX(-2000px) scale(0.7);
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
80% {
|
||||
transform: translateX(0px) scale(0.7);
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
100% {
|
||||
transform: scale(1);
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.backInLeft {
|
||||
animation-name: backInLeft;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue