first commit
This commit is contained in:
commit
eb2f504652
32490 changed files with 5731109 additions and 0 deletions
16
node_modules/@quasar/extras/animate/zoomOutRight.css
generated
vendored
Normal file
16
node_modules/@quasar/extras/animate/zoomOutRight.css
generated
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
@keyframes zoomOutRight {
|
||||
40% {
|
||||
opacity: 1;
|
||||
transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
|
||||
}
|
||||
|
||||
to {
|
||||
opacity: 0;
|
||||
transform: scale(0.1) translate3d(2000px, 0, 0);
|
||||
}
|
||||
}
|
||||
|
||||
.zoomOutRight {
|
||||
animation-name: zoomOutRight;
|
||||
transform-origin: right center;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue