Website Structure
This commit is contained in:
parent
62812f2090
commit
71f0676a62
22365 changed files with 4265753 additions and 791 deletions
16
Frontend-Learner/node_modules/@quasar/extras/animate/zoomOutRight.css
generated
vendored
Normal file
16
Frontend-Learner/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