@quasar/extras 1.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +146 -0
- package/animate/LICENSE +21 -0
- package/animate/animate-list.common.d.ts +107 -0
- package/animate/animate-list.common.js +107 -0
- package/animate/animate-list.d.ts +107 -0
- package/animate/animate-list.js +107 -0
- package/animate/backInDown.css +20 -0
- package/animate/backInLeft.css +20 -0
- package/animate/backInRight.css +20 -0
- package/animate/backInUp.css +20 -0
- package/animate/backOutDown.css +20 -0
- package/animate/backOutLeft.css +20 -0
- package/animate/backOutRight.css +20 -0
- package/animate/backOutUp.css +20 -0
- package/animate/bounce.css +34 -0
- package/animate/bounceIn.css +42 -0
- package/animate/bounceInDown.css +35 -0
- package/animate/bounceInLeft.css +35 -0
- package/animate/bounceInRight.css +35 -0
- package/animate/bounceInUp.css +35 -0
- package/animate/bounceOut.css +21 -0
- package/animate/bounceOutDown.css +20 -0
- package/animate/bounceOutLeft.css +15 -0
- package/animate/bounceOutRight.css +15 -0
- package/animate/bounceOutUp.css +20 -0
- package/animate/fadeIn.css +13 -0
- package/animate/fadeInBottomLeft.css +14 -0
- package/animate/fadeInBottomRight.css +14 -0
- package/animate/fadeInDown.css +15 -0
- package/animate/fadeInDownBig.css +15 -0
- package/animate/fadeInLeft.css +15 -0
- package/animate/fadeInLeftBig.css +15 -0
- package/animate/fadeInRight.css +15 -0
- package/animate/fadeInRightBig.css +15 -0
- package/animate/fadeInTopLeft.css +14 -0
- package/animate/fadeInTopRight.css +14 -0
- package/animate/fadeInUp.css +15 -0
- package/animate/fadeInUpBig.css +15 -0
- package/animate/fadeOut.css +13 -0
- package/animate/fadeOutBottomLeft.css +14 -0
- package/animate/fadeOutBottomRight.css +14 -0
- package/animate/fadeOutDown.css +14 -0
- package/animate/fadeOutDownBig.css +14 -0
- package/animate/fadeOutLeft.css +14 -0
- package/animate/fadeOutLeftBig.css +14 -0
- package/animate/fadeOutRight.css +14 -0
- package/animate/fadeOutRightBig.css +14 -0
- package/animate/fadeOutTopLeft.css +14 -0
- package/animate/fadeOutTopRight.css +14 -0
- package/animate/fadeOutUp.css +14 -0
- package/animate/fadeOutUpBig.css +14 -0
- package/animate/flash.css +16 -0
- package/animate/flip.css +34 -0
- package/animate/flipInX.css +30 -0
- package/animate/flipInY.css +30 -0
- package/animate/flipOutX.css +21 -0
- package/animate/flipOutY.css +21 -0
- package/animate/headShake.css +30 -0
- package/animate/heartBeat.css +27 -0
- package/animate/hinge.css +29 -0
- package/animate/jackInTheBox.css +24 -0
- package/animate/jello.css +40 -0
- package/animate/lightSpeedIn.css +24 -0
- package/animate/lightSpeedInLeft.css +24 -0
- package/animate/lightSpeedInRight.css +24 -0
- package/animate/lightSpeedOut.css +15 -0
- package/animate/lightSpeedOutLeft.css +15 -0
- package/animate/lightSpeedOutRight.css +15 -0
- package/animate/pulse.css +20 -0
- package/animate/rollIn.css +17 -0
- package/animate/rollOut.css +16 -0
- package/animate/rotateIn.css +16 -0
- package/animate/rotateInDownLeft.css +16 -0
- package/animate/rotateInDownRight.css +16 -0
- package/animate/rotateInUpLeft.css +16 -0
- package/animate/rotateInUpRight.css +16 -0
- package/animate/rotateOut.css +15 -0
- package/animate/rotateOutDownLeft.css +15 -0
- package/animate/rotateOutDownRight.css +15 -0
- package/animate/rotateOutUpLeft.css +15 -0
- package/animate/rotateOutUpRight.css +15 -0
- package/animate/rubberBand.css +33 -0
- package/animate/shake.css +25 -0
- package/animate/shakeX.css +25 -0
- package/animate/shakeY.css +25 -0
- package/animate/slideInDown.css +14 -0
- package/animate/slideInLeft.css +14 -0
- package/animate/slideInRight.css +14 -0
- package/animate/slideInUp.css +14 -0
- package/animate/slideOutDown.css +14 -0
- package/animate/slideOutLeft.css +14 -0
- package/animate/slideOutRight.css +14 -0
- package/animate/slideOutUp.css +14 -0
- package/animate/swing.css +26 -0
- package/animate/tada.css +31 -0
- package/animate/wobble.css +35 -0
- package/animate/zoomIn.css +14 -0
- package/animate/zoomInDown.css +17 -0
- package/animate/zoomInLeft.css +17 -0
- package/animate/zoomInRight.css +17 -0
- package/animate/zoomInUp.css +17 -0
- package/animate/zoomOut.css +18 -0
- package/animate/zoomOutDown.css +18 -0
- package/animate/zoomOutLeft.css +16 -0
- package/animate/zoomOutRight.css +16 -0
- package/animate/zoomOutUp.css +18 -0
- package/bootstrap-icons/LICENSE.md +21 -0
- package/bootstrap-icons/bootstrap-icons.css +1350 -0
- package/bootstrap-icons/bootstrap-icons.woff +0 -0
- package/bootstrap-icons/bootstrap-icons.woff2 +0 -0
- package/bootstrap-icons/index.d.ts +1372 -0
- package/bootstrap-icons/index.js +1372 -0
- package/eva-icons/Eva-Icons.woff +0 -0
- package/eva-icons/Eva-Icons.woff2 +0 -0
- package/eva-icons/LICENSE +21 -0
- package/eva-icons/eva-icons.css +2001 -0
- package/eva-icons/index.d.ts +492 -0
- package/eva-icons/index.js +492 -0
- package/fontawesome-v5/LICENSE.txt +34 -0
- package/fontawesome-v5/fa-brands-400.woff +0 -0
- package/fontawesome-v5/fa-brands-400.woff2 +0 -0
- package/fontawesome-v5/fa-regular-400.woff +0 -0
- package/fontawesome-v5/fa-regular-400.woff2 +0 -0
- package/fontawesome-v5/fa-solid-900.woff +0 -0
- package/fontawesome-v5/fa-solid-900.woff2 +0 -0
- package/fontawesome-v5/fontawesome-v5.css +4613 -0
- package/fontawesome-v5/index.d.ts +1613 -0
- package/fontawesome-v5/index.js +1613 -0
- package/ionicons-v4/LICENSE +21 -0
- package/ionicons-v4/index.d.ts +698 -0
- package/ionicons-v4/index.js +698 -0
- package/ionicons-v4/ionicons-v4.css +2817 -0
- package/ionicons-v4/ionicons.woff +0 -0
- package/ionicons-v4/ionicons.woff2 +0 -0
- package/ionicons-v5/LICENSE +21 -0
- package/ionicons-v5/index.d.ts +1334 -0
- package/ionicons-v5/index.js +1334 -0
- package/line-awesome/LICENSE.md +15 -0
- package/line-awesome/index.d.ts +1546 -0
- package/line-awesome/index.js +1546 -0
- package/line-awesome/la-brands-400.woff +0 -0
- package/line-awesome/la-brands-400.woff2 +0 -0
- package/line-awesome/la-regular-400.woff +0 -0
- package/line-awesome/la-regular-400.woff2 +0 -0
- package/line-awesome/la-solid-900.woff +0 -0
- package/line-awesome/la-solid-900.woff2 +0 -0
- package/line-awesome/line-awesome.css +6579 -0
- package/material-icons/LICENSE +202 -0
- package/material-icons/index.d.ts +1870 -0
- package/material-icons/index.js +1870 -0
- package/material-icons/material-icons.css +31 -0
- package/material-icons/web-font/flUhRq6tzZclQEJ-Vdg-IuiaDsNa.woff +0 -0
- package/material-icons/web-font/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2 +0 -0
- package/material-icons-outlined/LICENSE +202 -0
- package/material-icons-outlined/index.d.ts +1870 -0
- package/material-icons-outlined/index.js +1870 -0
- package/material-icons-outlined/material-icons-outlined.css +31 -0
- package/material-icons-outlined/web-font/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUcY.woff +0 -0
- package/material-icons-outlined/web-font/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUcel5euIg.woff2 +0 -0
- package/material-icons-round/LICENSE +202 -0
- package/material-icons-round/index.d.ts +1870 -0
- package/material-icons-round/index.js +1870 -0
- package/material-icons-round/material-icons-round.css +31 -0
- package/material-icons-round/web-font/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmJ.woff +0 -0
- package/material-icons-round/web-font/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmPq_HTTw.woff2 +0 -0
- package/material-icons-sharp/LICENSE +202 -0
- package/material-icons-sharp/index.d.ts +1870 -0
- package/material-icons-sharp/index.js +1870 -0
- package/material-icons-sharp/material-icons-sharp.css +31 -0
- package/material-icons-sharp/web-font/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvmvRImcycg.woff2 +0 -0
- package/material-icons-sharp/web-font/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvmvX.woff +0 -0
- package/mdi-v3/LICENSE +96 -0
- package/mdi-v3/materialdesignicons-webfont.woff +0 -0
- package/mdi-v3/materialdesignicons-webfont.woff2 +0 -0
- package/mdi-v3/mdi-v3.css +15041 -0
- package/mdi-v4/LICENSE +25 -0
- package/mdi-v4/index.js +4997 -0
- package/mdi-v4/license.md +97 -0
- package/mdi-v4/materialdesignicons-webfont.woff +0 -0
- package/mdi-v4/materialdesignicons-webfont.woff2 +0 -0
- package/mdi-v4/mdi-v4.css +20119 -0
- package/mdi-v5/LICENSE +20 -0
- package/mdi-v5/index.d.ts +5957 -0
- package/mdi-v5/index.js +5957 -0
- package/mdi-v5/license.md +20 -0
- package/mdi-v5/materialdesignicons-webfont.woff +0 -0
- package/mdi-v5/materialdesignicons-webfont.woff2 +0 -0
- package/mdi-v5/mdi-v5.css +23959 -0
- package/mdi-v6/LICENSE +20 -0
- package/mdi-v6/index.d.ts +6197 -0
- package/mdi-v6/index.js +6197 -0
- package/mdi-v6/license.md +20 -0
- package/mdi-v6/materialdesignicons-webfont.woff +0 -0
- package/mdi-v6/materialdesignicons-webfont.woff2 +0 -0
- package/mdi-v6/mdi-v6.css +24920 -0
- package/package.json +45 -0
- package/roboto-font/LICENSE +201 -0
- package/roboto-font/roboto-font.css +36 -0
- package/roboto-font/web-font/KFOkCnqEu92Fr1MmgVxIIzQ.woff +0 -0
- package/roboto-font/web-font/KFOlCnqEu92Fr1MmEU9fBBc-.woff +0 -0
- package/roboto-font/web-font/KFOlCnqEu92Fr1MmSU5fBBc-.woff +0 -0
- package/roboto-font/web-font/KFOlCnqEu92Fr1MmWUlfBBc-.woff +0 -0
- package/roboto-font/web-font/KFOlCnqEu92Fr1MmYUtfBBc-.woff +0 -0
- package/roboto-font/web-font/KFOmCnqEu92Fr1Mu4mxM.woff +0 -0
- package/roboto-font-latin-ext/LICENSE +201 -0
- package/roboto-font-latin-ext/roboto-font-latin-ext.css +36 -0
- package/roboto-font-latin-ext/web-font/KFOkCnqEu92Fr1MmgVxGIzQ.woff +0 -0
- package/roboto-font-latin-ext/web-font/KFOlCnqEu92Fr1MmEU9fChc-.woff +0 -0
- package/roboto-font-latin-ext/web-font/KFOlCnqEu92Fr1MmSU5fChc-.woff +0 -0
- package/roboto-font-latin-ext/web-font/KFOlCnqEu92Fr1MmWUlfChc-.woff +0 -0
- package/roboto-font-latin-ext/web-font/KFOlCnqEu92Fr1MmYUtfChc-.woff +0 -0
- package/roboto-font-latin-ext/web-font/KFOmCnqEu92Fr1Mu7GxM.woff +0 -0
- package/themify/LICENSE +85 -0
- package/themify/index.d.ts +354 -0
- package/themify/index.js +354 -0
- package/themify/themify.css +1078 -0
- package/themify/themify.woff +0 -0
package/animate/flip.css
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
@keyframes flip {
|
|
2
|
+
from {
|
|
3
|
+
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
|
|
4
|
+
animation-timing-function: ease-out;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
40% {
|
|
8
|
+
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
|
|
9
|
+
rotate3d(0, 1, 0, -190deg);
|
|
10
|
+
animation-timing-function: ease-out;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
50% {
|
|
14
|
+
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
|
|
15
|
+
rotate3d(0, 1, 0, -170deg);
|
|
16
|
+
animation-timing-function: ease-in;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
80% {
|
|
20
|
+
transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
|
|
21
|
+
rotate3d(0, 1, 0, 0deg);
|
|
22
|
+
animation-timing-function: ease-in;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
to {
|
|
26
|
+
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
|
|
27
|
+
animation-timing-function: ease-in;
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.animated.flip {
|
|
32
|
+
backface-visibility: visible;
|
|
33
|
+
animation-name: flip;
|
|
34
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
@keyframes flipInX {
|
|
2
|
+
from {
|
|
3
|
+
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
|
|
4
|
+
animation-timing-function: ease-in;
|
|
5
|
+
opacity: 0;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
40% {
|
|
9
|
+
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
|
|
10
|
+
animation-timing-function: ease-in;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
60% {
|
|
14
|
+
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
|
|
15
|
+
opacity: 1;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
80% {
|
|
19
|
+
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
to {
|
|
23
|
+
transform: perspective(400px);
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.flipInX {
|
|
28
|
+
backface-visibility: visible !important;
|
|
29
|
+
animation-name: flipInX;
|
|
30
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
@keyframes flipInY {
|
|
2
|
+
from {
|
|
3
|
+
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
|
|
4
|
+
animation-timing-function: ease-in;
|
|
5
|
+
opacity: 0;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
40% {
|
|
9
|
+
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
|
|
10
|
+
animation-timing-function: ease-in;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
60% {
|
|
14
|
+
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
|
|
15
|
+
opacity: 1;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
80% {
|
|
19
|
+
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
to {
|
|
23
|
+
transform: perspective(400px);
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.flipInY {
|
|
28
|
+
backface-visibility: visible !important;
|
|
29
|
+
animation-name: flipInY;
|
|
30
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
@keyframes flipOutX {
|
|
2
|
+
from {
|
|
3
|
+
transform: perspective(400px);
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
30% {
|
|
7
|
+
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
|
|
8
|
+
opacity: 1;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
to {
|
|
12
|
+
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
|
|
13
|
+
opacity: 0;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.flipOutX {
|
|
18
|
+
animation-duration: calc(var(--animate-duration) * 0.75);
|
|
19
|
+
animation-name: flipOutX;
|
|
20
|
+
backface-visibility: visible !important;
|
|
21
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
@keyframes flipOutY {
|
|
2
|
+
from {
|
|
3
|
+
transform: perspective(400px);
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
30% {
|
|
7
|
+
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
|
|
8
|
+
opacity: 1;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
to {
|
|
12
|
+
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
|
|
13
|
+
opacity: 0;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.flipOutY {
|
|
18
|
+
animation-duration: calc(var(--animate-duration) * 0.75);
|
|
19
|
+
backface-visibility: visible !important;
|
|
20
|
+
animation-name: flipOutY;
|
|
21
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
@keyframes headShake {
|
|
2
|
+
0% {
|
|
3
|
+
transform: translateX(0);
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
6.5% {
|
|
7
|
+
transform: translateX(-6px) rotateY(-9deg);
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
18.5% {
|
|
11
|
+
transform: translateX(5px) rotateY(7deg);
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
31.5% {
|
|
15
|
+
transform: translateX(-3px) rotateY(-5deg);
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
43.5% {
|
|
19
|
+
transform: translateX(2px) rotateY(3deg);
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
50% {
|
|
23
|
+
transform: translateX(0);
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.headShake {
|
|
28
|
+
animation-timing-function: ease-in-out;
|
|
29
|
+
animation-name: headShake;
|
|
30
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
@keyframes heartBeat {
|
|
2
|
+
0% {
|
|
3
|
+
transform: scale(1);
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
14% {
|
|
7
|
+
transform: scale(1.3);
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
28% {
|
|
11
|
+
transform: scale(1);
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
42% {
|
|
15
|
+
transform: scale(1.3);
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
70% {
|
|
19
|
+
transform: scale(1);
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.heartBeat {
|
|
24
|
+
animation-name: heartBeat;
|
|
25
|
+
animation-duration: calc(var(--animate-duration) * 1.3);
|
|
26
|
+
animation-timing-function: ease-in-out;
|
|
27
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
@keyframes hinge {
|
|
2
|
+
0% {
|
|
3
|
+
animation-timing-function: ease-in-out;
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
20%,
|
|
7
|
+
60% {
|
|
8
|
+
transform: rotate3d(0, 0, 1, 80deg);
|
|
9
|
+
animation-timing-function: ease-in-out;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
40%,
|
|
13
|
+
80% {
|
|
14
|
+
transform: rotate3d(0, 0, 1, 60deg);
|
|
15
|
+
animation-timing-function: ease-in-out;
|
|
16
|
+
opacity: 1;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
to {
|
|
20
|
+
transform: translate3d(0, 700px, 0);
|
|
21
|
+
opacity: 0;
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.hinge {
|
|
26
|
+
animation-duration: calc(var(--animate-duration) * 2);
|
|
27
|
+
animation-name: hinge;
|
|
28
|
+
transform-origin: top left;
|
|
29
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
@keyframes jackInTheBox {
|
|
2
|
+
from {
|
|
3
|
+
opacity: 0;
|
|
4
|
+
transform: scale(0.1) rotate(30deg);
|
|
5
|
+
transform-origin: center bottom;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
50% {
|
|
9
|
+
transform: rotate(-10deg);
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
70% {
|
|
13
|
+
transform: rotate(3deg);
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
to {
|
|
17
|
+
opacity: 1;
|
|
18
|
+
transform: scale(1);
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.jackInTheBox {
|
|
23
|
+
animation-name: jackInTheBox;
|
|
24
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
@keyframes jello {
|
|
2
|
+
from,
|
|
3
|
+
11.1%,
|
|
4
|
+
to {
|
|
5
|
+
transform: translate3d(0, 0, 0);
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
22.2% {
|
|
9
|
+
transform: skewX(-12.5deg) skewY(-12.5deg);
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
33.3% {
|
|
13
|
+
transform: skewX(6.25deg) skewY(6.25deg);
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
44.4% {
|
|
17
|
+
transform: skewX(-3.125deg) skewY(-3.125deg);
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
55.5% {
|
|
21
|
+
transform: skewX(1.5625deg) skewY(1.5625deg);
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
66.6% {
|
|
25
|
+
transform: skewX(-0.78125deg) skewY(-0.78125deg);
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
77.7% {
|
|
29
|
+
transform: skewX(0.390625deg) skewY(0.390625deg);
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
88.8% {
|
|
33
|
+
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.jello {
|
|
38
|
+
animation-name: jello;
|
|
39
|
+
transform-origin: center;
|
|
40
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
@keyframes lightSpeedIn {
|
|
2
|
+
from {
|
|
3
|
+
transform: translate3d(100%, 0, 0) skewX(-30deg);
|
|
4
|
+
opacity: 0;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
60% {
|
|
8
|
+
transform: skewX(20deg);
|
|
9
|
+
opacity: 1;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
80% {
|
|
13
|
+
transform: skewX(-5deg);
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
to {
|
|
17
|
+
transform: translate3d(0, 0, 0);
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.lightSpeedIn {
|
|
22
|
+
animation-name: lightSpeedIn;
|
|
23
|
+
animation-timing-function: ease-out;
|
|
24
|
+
}
|