first commit
This commit is contained in:
commit
eb2f504652
32490 changed files with 5731109 additions and 0 deletions
14
node_modules/@quasar/extras/animate/slideOutDown.css
generated
vendored
Normal file
14
node_modules/@quasar/extras/animate/slideOutDown.css
generated
vendored
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
@keyframes slideOutDown {
|
||||
from {
|
||||
transform: translate3d(0, 0, 0);
|
||||
}
|
||||
|
||||
to {
|
||||
visibility: hidden;
|
||||
transform: translate3d(0, 100%, 0);
|
||||
}
|
||||
}
|
||||
|
||||
.slideOutDown {
|
||||
animation-name: slideOutDown;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue