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