@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
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
|
|
2
|
+
export const generalAnimations = [
|
|
3
|
+
'bounce',
|
|
4
|
+
'flash',
|
|
5
|
+
'flip',
|
|
6
|
+
'headShake',
|
|
7
|
+
'heartBeat',
|
|
8
|
+
'hinge',
|
|
9
|
+
'jello',
|
|
10
|
+
'pulse',
|
|
11
|
+
'rubberBand',
|
|
12
|
+
'shake',
|
|
13
|
+
'shakeX',
|
|
14
|
+
'shakeY',
|
|
15
|
+
'swing',
|
|
16
|
+
'tada',
|
|
17
|
+
'wobble'
|
|
18
|
+
]
|
|
19
|
+
|
|
20
|
+
export const inAnimations = [
|
|
21
|
+
'backInDown',
|
|
22
|
+
'backInLeft',
|
|
23
|
+
'backInRight',
|
|
24
|
+
'backInUp',
|
|
25
|
+
'bounceIn',
|
|
26
|
+
'bounceInDown',
|
|
27
|
+
'bounceInLeft',
|
|
28
|
+
'bounceInRight',
|
|
29
|
+
'bounceInUp',
|
|
30
|
+
'fadeIn',
|
|
31
|
+
'fadeInBottomLeft',
|
|
32
|
+
'fadeInBottomRight',
|
|
33
|
+
'fadeInDown',
|
|
34
|
+
'fadeInDownBig',
|
|
35
|
+
'fadeInLeft',
|
|
36
|
+
'fadeInLeftBig',
|
|
37
|
+
'fadeInRight',
|
|
38
|
+
'fadeInRightBig',
|
|
39
|
+
'fadeInTopLeft',
|
|
40
|
+
'fadeInTopRight',
|
|
41
|
+
'fadeInUp',
|
|
42
|
+
'fadeInUpBig',
|
|
43
|
+
'flipInX',
|
|
44
|
+
'flipInY',
|
|
45
|
+
'jackInTheBox',
|
|
46
|
+
'lightSpeedInLeft',
|
|
47
|
+
'lightSpeedInRight',
|
|
48
|
+
'rollIn',
|
|
49
|
+
'rotateIn',
|
|
50
|
+
'rotateInDownLeft',
|
|
51
|
+
'rotateInDownRight',
|
|
52
|
+
'rotateInUpLeft',
|
|
53
|
+
'rotateInUpRight',
|
|
54
|
+
'slideInDown',
|
|
55
|
+
'slideInLeft',
|
|
56
|
+
'slideInRight',
|
|
57
|
+
'slideInUp',
|
|
58
|
+
'zoomIn',
|
|
59
|
+
'zoomInDown',
|
|
60
|
+
'zoomInLeft',
|
|
61
|
+
'zoomInRight',
|
|
62
|
+
'zoomInUp'
|
|
63
|
+
]
|
|
64
|
+
|
|
65
|
+
export const outAnimations = [
|
|
66
|
+
'backOutDown',
|
|
67
|
+
'backOutLeft',
|
|
68
|
+
'backOutRight',
|
|
69
|
+
'backOutUp',
|
|
70
|
+
'bounceOut',
|
|
71
|
+
'bounceOutDown',
|
|
72
|
+
'bounceOutLeft',
|
|
73
|
+
'bounceOutRight',
|
|
74
|
+
'bounceOutUp',
|
|
75
|
+
'fadeOut',
|
|
76
|
+
'fadeOutBottomLeft',
|
|
77
|
+
'fadeOutBottomRight',
|
|
78
|
+
'fadeOutDown',
|
|
79
|
+
'fadeOutDownBig',
|
|
80
|
+
'fadeOutLeft',
|
|
81
|
+
'fadeOutLeftBig',
|
|
82
|
+
'fadeOutRight',
|
|
83
|
+
'fadeOutRightBig',
|
|
84
|
+
'fadeOutTopLeft',
|
|
85
|
+
'fadeOutTopRight',
|
|
86
|
+
'fadeOutUp',
|
|
87
|
+
'fadeOutUpBig',
|
|
88
|
+
'flipOutX',
|
|
89
|
+
'flipOutY',
|
|
90
|
+
'lightSpeedOutLeft',
|
|
91
|
+
'lightSpeedOutRight',
|
|
92
|
+
'rollOut',
|
|
93
|
+
'rotateOut',
|
|
94
|
+
'rotateOutDownLeft',
|
|
95
|
+
'rotateOutDownRight',
|
|
96
|
+
'rotateOutUpLeft',
|
|
97
|
+
'rotateOutUpRight',
|
|
98
|
+
'slideOutDown',
|
|
99
|
+
'slideOutLeft',
|
|
100
|
+
'slideOutRight',
|
|
101
|
+
'slideOutUp',
|
|
102
|
+
'zoomOut',
|
|
103
|
+
'zoomOutDown',
|
|
104
|
+
'zoomOutLeft',
|
|
105
|
+
'zoomOutRight',
|
|
106
|
+
'zoomOutUp'
|
|
107
|
+
]
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
@keyframes backInDown {
|
|
2
|
+
0% {
|
|
3
|
+
transform: translateY(-1200px) scale(0.7);
|
|
4
|
+
opacity: 0.7;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
80% {
|
|
8
|
+
transform: translateY(0px) scale(0.7);
|
|
9
|
+
opacity: 0.7;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
100% {
|
|
13
|
+
transform: scale(1);
|
|
14
|
+
opacity: 1;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.backInDown {
|
|
19
|
+
animation-name: backInDown;
|
|
20
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
@keyframes backInLeft {
|
|
2
|
+
0% {
|
|
3
|
+
transform: translateX(-2000px) scale(0.7);
|
|
4
|
+
opacity: 0.7;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
80% {
|
|
8
|
+
transform: translateX(0px) scale(0.7);
|
|
9
|
+
opacity: 0.7;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
100% {
|
|
13
|
+
transform: scale(1);
|
|
14
|
+
opacity: 1;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.backInLeft {
|
|
19
|
+
animation-name: backInLeft;
|
|
20
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
@keyframes backInRight {
|
|
2
|
+
0% {
|
|
3
|
+
transform: translateX(2000px) scale(0.7);
|
|
4
|
+
opacity: 0.7;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
80% {
|
|
8
|
+
transform: translateX(0px) scale(0.7);
|
|
9
|
+
opacity: 0.7;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
100% {
|
|
13
|
+
transform: scale(1);
|
|
14
|
+
opacity: 1;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.backInRight {
|
|
19
|
+
animation-name: backInRight;
|
|
20
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
@keyframes backInUp {
|
|
2
|
+
0% {
|
|
3
|
+
transform: translateY(1200px) scale(0.7);
|
|
4
|
+
opacity: 0.7;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
80% {
|
|
8
|
+
transform: translateY(0px) scale(0.7);
|
|
9
|
+
opacity: 0.7;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
100% {
|
|
13
|
+
transform: scale(1);
|
|
14
|
+
opacity: 1;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.backInUp {
|
|
19
|
+
animation-name: backInUp;
|
|
20
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
@keyframes backOutDown {
|
|
2
|
+
0% {
|
|
3
|
+
transform: scale(1);
|
|
4
|
+
opacity: 1;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
20% {
|
|
8
|
+
transform: translateY(0px) scale(0.7);
|
|
9
|
+
opacity: 0.7;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
100% {
|
|
13
|
+
transform: translateY(700px) scale(0.7);
|
|
14
|
+
opacity: 0.7;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.backOutDown {
|
|
19
|
+
animation-name: backOutDown;
|
|
20
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
@keyframes backOutLeft {
|
|
2
|
+
0% {
|
|
3
|
+
transform: scale(1);
|
|
4
|
+
opacity: 1;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
20% {
|
|
8
|
+
transform: translateX(0px) scale(0.7);
|
|
9
|
+
opacity: 0.7;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
100% {
|
|
13
|
+
transform: translateX(-2000px) scale(0.7);
|
|
14
|
+
opacity: 0.7;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.backOutLeft {
|
|
19
|
+
animation-name: backOutLeft;
|
|
20
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
@keyframes backOutRight {
|
|
2
|
+
0% {
|
|
3
|
+
transform: scale(1);
|
|
4
|
+
opacity: 1;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
20% {
|
|
8
|
+
transform: translateX(0px) scale(0.7);
|
|
9
|
+
opacity: 0.7;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
100% {
|
|
13
|
+
transform: translateX(2000px) scale(0.7);
|
|
14
|
+
opacity: 0.7;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.backOutRight {
|
|
19
|
+
animation-name: backOutRight;
|
|
20
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
@keyframes backOutUp {
|
|
2
|
+
0% {
|
|
3
|
+
transform: scale(1);
|
|
4
|
+
opacity: 1;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
20% {
|
|
8
|
+
transform: translateY(0px) scale(0.7);
|
|
9
|
+
opacity: 0.7;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
100% {
|
|
13
|
+
transform: translateY(-700px) scale(0.7);
|
|
14
|
+
opacity: 0.7;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.backOutUp {
|
|
19
|
+
animation-name: backOutUp;
|
|
20
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
@keyframes bounce {
|
|
2
|
+
from,
|
|
3
|
+
20%,
|
|
4
|
+
53%,
|
|
5
|
+
to {
|
|
6
|
+
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
7
|
+
transform: translate3d(0, 0, 0);
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
40%,
|
|
11
|
+
43% {
|
|
12
|
+
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
|
|
13
|
+
transform: translate3d(0, -30px, 0) scaleY(1.1);
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
70% {
|
|
17
|
+
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
|
|
18
|
+
transform: translate3d(0, -15px, 0) scaleY(1.05);
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
80% {
|
|
22
|
+
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
23
|
+
transform: translate3d(0, 0, 0) scaleY(0.95);
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
90% {
|
|
27
|
+
transform: translate3d(0, -4px, 0) scaleY(1.02);
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.bounce {
|
|
32
|
+
animation-name: bounce;
|
|
33
|
+
transform-origin: center bottom;
|
|
34
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
@keyframes bounceIn {
|
|
2
|
+
from,
|
|
3
|
+
20%,
|
|
4
|
+
40%,
|
|
5
|
+
60%,
|
|
6
|
+
80%,
|
|
7
|
+
to {
|
|
8
|
+
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
0% {
|
|
12
|
+
opacity: 0;
|
|
13
|
+
transform: scale3d(0.3, 0.3, 0.3);
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
20% {
|
|
17
|
+
transform: scale3d(1.1, 1.1, 1.1);
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
40% {
|
|
21
|
+
transform: scale3d(0.9, 0.9, 0.9);
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
60% {
|
|
25
|
+
opacity: 1;
|
|
26
|
+
transform: scale3d(1.03, 1.03, 1.03);
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
80% {
|
|
30
|
+
transform: scale3d(0.97, 0.97, 0.97);
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
to {
|
|
34
|
+
opacity: 1;
|
|
35
|
+
transform: scale3d(1, 1, 1);
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.bounceIn {
|
|
40
|
+
animation-duration: calc(var(--animate-duration) * 0.75);
|
|
41
|
+
animation-name: bounceIn;
|
|
42
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
@keyframes bounceInDown {
|
|
2
|
+
from,
|
|
3
|
+
60%,
|
|
4
|
+
75%,
|
|
5
|
+
90%,
|
|
6
|
+
to {
|
|
7
|
+
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
0% {
|
|
11
|
+
opacity: 0;
|
|
12
|
+
transform: translate3d(0, -3000px, 0) scaleY(3);
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
60% {
|
|
16
|
+
opacity: 1;
|
|
17
|
+
transform: translate3d(0, 25px, 0) scaleY(0.9);
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
75% {
|
|
21
|
+
transform: translate3d(0, -10px, 0) scaleY(0.95);
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
90% {
|
|
25
|
+
transform: translate3d(0, 5px, 0) scaleY(0.985);
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
to {
|
|
29
|
+
transform: translate3d(0, 0, 0);
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.bounceInDown {
|
|
34
|
+
animation-name: bounceInDown;
|
|
35
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
@keyframes bounceInLeft {
|
|
2
|
+
from,
|
|
3
|
+
60%,
|
|
4
|
+
75%,
|
|
5
|
+
90%,
|
|
6
|
+
to {
|
|
7
|
+
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
0% {
|
|
11
|
+
opacity: 0;
|
|
12
|
+
transform: translate3d(-3000px, 0, 0) scaleX(3);
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
60% {
|
|
16
|
+
opacity: 1;
|
|
17
|
+
transform: translate3d(25px, 0, 0) scaleX(1);
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
75% {
|
|
21
|
+
transform: translate3d(-10px, 0, 0) scaleX(0.98);
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
90% {
|
|
25
|
+
transform: translate3d(5px, 0, 0) scaleX(0.995);
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
to {
|
|
29
|
+
transform: translate3d(0, 0, 0);
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.bounceInLeft {
|
|
34
|
+
animation-name: bounceInLeft;
|
|
35
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
@keyframes bounceInRight {
|
|
2
|
+
from,
|
|
3
|
+
60%,
|
|
4
|
+
75%,
|
|
5
|
+
90%,
|
|
6
|
+
to {
|
|
7
|
+
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
from {
|
|
11
|
+
opacity: 0;
|
|
12
|
+
transform: translate3d(3000px, 0, 0) scaleX(3);
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
60% {
|
|
16
|
+
opacity: 1;
|
|
17
|
+
transform: translate3d(-25px, 0, 0) scaleX(1);
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
75% {
|
|
21
|
+
transform: translate3d(10px, 0, 0) scaleX(0.98);
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
90% {
|
|
25
|
+
transform: translate3d(-5px, 0, 0) scaleX(0.995);
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
to {
|
|
29
|
+
transform: translate3d(0, 0, 0);
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.bounceInRight {
|
|
34
|
+
animation-name: bounceInRight;
|
|
35
|
+
}
|