first commit
This commit is contained in:
commit
eb2f504652
32490 changed files with 5731109 additions and 0 deletions
15
node_modules/@quasar/extras/animate/rotateOutUpRight.css
generated
vendored
Normal file
15
node_modules/@quasar/extras/animate/rotateOutUpRight.css
generated
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
@keyframes rotateOutUpRight {
|
||||
from {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
to {
|
||||
transform: rotate3d(0, 0, 1, 90deg);
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.rotateOutUpRight {
|
||||
animation-name: rotateOutUpRight;
|
||||
transform-origin: right bottom;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue