wj-elements 0.1.136 → 0.1.137

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.
Files changed (202) hide show
  1. package/dist/dark.css +223 -0
  2. package/dist/infinite-scroll.element-XVJukzjy.js +272 -0
  3. package/dist/infinite-scroll.element-XVJukzjy.js.map +1 -0
  4. package/dist/light.css +534 -0
  5. package/dist/list.element-Ce1vIm1O.js +50 -0
  6. package/dist/list.element-Ce1vIm1O.js.map +1 -0
  7. package/dist/localize.js +70 -0
  8. package/dist/localize.js.map +1 -0
  9. package/dist/popup.element-tyYxow0p.js +1623 -0
  10. package/dist/popup.element-tyYxow0p.js.map +1 -0
  11. package/dist/router-links-CJnOdbas.js +150 -0
  12. package/dist/router-links-CJnOdbas.js.map +1 -0
  13. package/dist/styles.css +849 -0
  14. package/dist/wje-accordion-item.js +113 -0
  15. package/dist/wje-accordion-item.js.map +1 -0
  16. package/dist/wje-accordion.js +122 -0
  17. package/dist/wje-accordion.js.map +1 -0
  18. package/dist/wje-animation.js +4326 -0
  19. package/dist/wje-animation.js.map +1 -0
  20. package/dist/wje-aside.js +55 -0
  21. package/dist/wje-aside.js.map +1 -0
  22. package/dist/wje-avatar.js +90 -0
  23. package/dist/wje-avatar.js.map +1 -0
  24. package/dist/wje-badge.js +71 -0
  25. package/dist/wje-badge.js.map +1 -0
  26. package/dist/wje-breadcrumb.js +195 -0
  27. package/dist/wje-breadcrumb.js.map +1 -0
  28. package/dist/wje-breadcrumbs.js +140 -0
  29. package/dist/wje-breadcrumbs.js.map +1 -0
  30. package/dist/wje-button-group.js +85 -0
  31. package/dist/wje-button-group.js.map +1 -0
  32. package/dist/wje-button.js +352 -0
  33. package/dist/wje-button.js.map +1 -0
  34. package/dist/wje-card-content.js +48 -0
  35. package/dist/wje-card-content.js.map +1 -0
  36. package/dist/wje-card-controls.js +48 -0
  37. package/dist/wje-card-controls.js.map +1 -0
  38. package/dist/wje-card-header.js +48 -0
  39. package/dist/wje-card-header.js.map +1 -0
  40. package/dist/wje-card-subtitle.js +55 -0
  41. package/dist/wje-card-subtitle.js.map +1 -0
  42. package/dist/wje-card-title.js +55 -0
  43. package/dist/wje-card-title.js.map +1 -0
  44. package/dist/wje-card.js +56 -0
  45. package/dist/wje-card.js.map +1 -0
  46. package/dist/wje-carousel-item.js +63 -0
  47. package/dist/wje-carousel-item.js.map +1 -0
  48. package/dist/wje-carousel.js +380 -0
  49. package/dist/wje-carousel.js.map +1 -0
  50. package/dist/wje-checkbox.js +540 -0
  51. package/dist/wje-checkbox.js.map +1 -0
  52. package/dist/wje-chip.js +76 -0
  53. package/dist/wje-chip.js.map +1 -0
  54. package/dist/wje-col.js +38 -0
  55. package/dist/wje-col.js.map +1 -0
  56. package/dist/wje-color-picker.js +1339 -0
  57. package/dist/wje-color-picker.js.map +1 -0
  58. package/dist/wje-container.js +56 -0
  59. package/dist/wje-container.js.map +1 -0
  60. package/dist/wje-copy-button.js +218 -0
  61. package/dist/wje-copy-button.js.map +1 -0
  62. package/dist/wje-dialog.js +249 -0
  63. package/dist/wje-dialog.js.map +1 -0
  64. package/dist/wje-divider.js +55 -0
  65. package/dist/wje-divider.js.map +1 -0
  66. package/dist/wje-dropdown.js +194 -0
  67. package/dist/wje-dropdown.js.map +1 -0
  68. package/dist/wje-element.js +967 -0
  69. package/dist/wje-element.js.map +1 -0
  70. package/dist/wje-fetchAndParseCSS.js +60 -0
  71. package/dist/wje-fetchAndParseCSS.js.map +1 -0
  72. package/dist/wje-file-upload-item.js +140 -0
  73. package/dist/wje-file-upload-item.js.map +1 -0
  74. package/dist/wje-file-upload.js +552 -0
  75. package/dist/wje-file-upload.js.map +1 -0
  76. package/dist/wje-footer.js +52 -0
  77. package/dist/wje-footer.js.map +1 -0
  78. package/dist/wje-form.js +53 -0
  79. package/dist/wje-form.js.map +1 -0
  80. package/dist/wje-format-digital.js +146 -0
  81. package/dist/wje-format-digital.js.map +1 -0
  82. package/dist/wje-grid.js +54 -0
  83. package/dist/wje-grid.js.map +1 -0
  84. package/dist/wje-header.js +56 -0
  85. package/dist/wje-header.js.map +1 -0
  86. package/dist/wje-icon-picker.js +349 -0
  87. package/dist/wje-icon-picker.js.map +1 -0
  88. package/dist/wje-icon.js +191 -0
  89. package/dist/wje-icon.js.map +1 -0
  90. package/dist/wje-img-comparer.js +131 -0
  91. package/dist/wje-img-comparer.js.map +1 -0
  92. package/dist/wje-img.js +80 -0
  93. package/dist/wje-img.js.map +1 -0
  94. package/dist/wje-infinite-scroll.js +6 -0
  95. package/dist/wje-infinite-scroll.js.map +1 -0
  96. package/dist/wje-input-file.js +111 -0
  97. package/dist/wje-input-file.js.map +1 -0
  98. package/dist/wje-input.js +452 -0
  99. package/dist/wje-input.js.map +1 -0
  100. package/dist/wje-item.js +88 -0
  101. package/dist/wje-item.js.map +1 -0
  102. package/dist/wje-kanban.js +462 -0
  103. package/dist/wje-kanban.js.map +1 -0
  104. package/dist/wje-label.js +53 -0
  105. package/dist/wje-label.js.map +1 -0
  106. package/dist/wje-list.js +6 -0
  107. package/dist/wje-list.js.map +1 -0
  108. package/dist/wje-main.js +52 -0
  109. package/dist/wje-main.js.map +1 -0
  110. package/dist/wje-masonry.js +267 -0
  111. package/dist/wje-masonry.js.map +1 -0
  112. package/dist/wje-master.js +687 -0
  113. package/dist/wje-master.js.map +1 -0
  114. package/dist/wje-menu-button.js +60 -0
  115. package/dist/wje-menu-button.js.map +1 -0
  116. package/dist/wje-menu-item.js +545 -0
  117. package/dist/wje-menu-item.js.map +1 -0
  118. package/dist/wje-menu-label.js +55 -0
  119. package/dist/wje-menu-label.js.map +1 -0
  120. package/dist/wje-menu.js +72 -0
  121. package/dist/wje-menu.js.map +1 -0
  122. package/dist/wje-option.js +112 -0
  123. package/dist/wje-option.js.map +1 -0
  124. package/dist/wje-options.js +355 -0
  125. package/dist/wje-options.js.map +1 -0
  126. package/dist/wje-orgchart-group.js +72 -0
  127. package/dist/wje-orgchart-group.js.map +1 -0
  128. package/dist/wje-orgchart-item.js +98 -0
  129. package/dist/wje-orgchart-item.js.map +1 -0
  130. package/dist/wje-orgchart.js +49 -0
  131. package/dist/wje-orgchart.js.map +1 -0
  132. package/dist/wje-popup.js +6 -0
  133. package/dist/wje-popup.js.map +1 -0
  134. package/dist/wje-progress-bar.js +213 -0
  135. package/dist/wje-progress-bar.js.map +1 -0
  136. package/dist/wje-qr-code.js +2892 -0
  137. package/dist/wje-qr-code.js.map +1 -0
  138. package/dist/wje-radio-group.js +228 -0
  139. package/dist/wje-radio-group.js.map +1 -0
  140. package/dist/wje-radio.js +106 -0
  141. package/dist/wje-radio.js.map +1 -0
  142. package/dist/wje-rate.js +300 -0
  143. package/dist/wje-rate.js.map +1 -0
  144. package/dist/wje-relative-time.js +115 -0
  145. package/dist/wje-relative-time.js.map +1 -0
  146. package/dist/wje-reorder-dropzone.js +49 -0
  147. package/dist/wje-reorder-dropzone.js.map +1 -0
  148. package/dist/wje-reorder-handle.js +218 -0
  149. package/dist/wje-reorder-handle.js.map +1 -0
  150. package/dist/wje-reorder-item.js +61 -0
  151. package/dist/wje-reorder-item.js.map +1 -0
  152. package/dist/wje-reorder.js +281 -0
  153. package/dist/wje-reorder.js.map +1 -0
  154. package/dist/wje-route.js +43 -0
  155. package/dist/wje-route.js.map +1 -0
  156. package/dist/wje-router-link.js +64 -0
  157. package/dist/wje-router-link.js.map +1 -0
  158. package/dist/wje-router-outlet.js +192 -0
  159. package/dist/wje-router-outlet.js.map +1 -0
  160. package/dist/wje-routerx.js +1437 -0
  161. package/dist/wje-routerx.js.map +1 -0
  162. package/dist/wje-row.js +49 -0
  163. package/dist/wje-row.js.map +1 -0
  164. package/dist/wje-select.js +630 -0
  165. package/dist/wje-select.js.map +1 -0
  166. package/dist/wje-slider.js +221 -0
  167. package/dist/wje-slider.js.map +1 -0
  168. package/dist/wje-sliding-container.js +474 -0
  169. package/dist/wje-sliding-container.js.map +1 -0
  170. package/dist/wje-split-view.js +153 -0
  171. package/dist/wje-split-view.js.map +1 -0
  172. package/dist/wje-status.js +61 -0
  173. package/dist/wje-status.js.map +1 -0
  174. package/dist/wje-step.js +50 -0
  175. package/dist/wje-step.js.map +1 -0
  176. package/dist/wje-stepper.js +231 -0
  177. package/dist/wje-stepper.js.map +1 -0
  178. package/dist/wje-store.js +401 -0
  179. package/dist/wje-store.js.map +1 -0
  180. package/dist/wje-tab-group.js +137 -0
  181. package/dist/wje-tab-group.js.map +1 -0
  182. package/dist/wje-tab-panel.js +46 -0
  183. package/dist/wje-tab-panel.js.map +1 -0
  184. package/dist/wje-tab.js +59 -0
  185. package/dist/wje-tab.js.map +1 -0
  186. package/dist/wje-textarea.js +373 -0
  187. package/dist/wje-textarea.js.map +1 -0
  188. package/dist/wje-thumbnail.js +54 -0
  189. package/dist/wje-thumbnail.js.map +1 -0
  190. package/dist/wje-toast.js +334 -0
  191. package/dist/wje-toast.js.map +1 -0
  192. package/dist/wje-toggle.js +125 -0
  193. package/dist/wje-toggle.js.map +1 -0
  194. package/dist/wje-toolbar-action.js +72 -0
  195. package/dist/wje-toolbar-action.js.map +1 -0
  196. package/dist/wje-toolbar.js +63 -0
  197. package/dist/wje-toolbar.js.map +1 -0
  198. package/dist/wje-tooltip.js +166 -0
  199. package/dist/wje-tooltip.js.map +1 -0
  200. package/dist/wje-visually-hidden.js +55 -0
  201. package/dist/wje-visually-hidden.js.map +1 -0
  202. package/package.json +1 -1
@@ -0,0 +1,4326 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
3
+ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
4
+ import { fetchAndParseCSS } from "./wje-fetchAndParseCSS.js";
5
+ import WJElement from "./wje-element.js";
6
+ const animations = `@charset "UTF-8";/*!
7
+ * animate.css - https://animate.style/
8
+ * Version - 4.1.1
9
+ * Licensed under the MIT license - http://opensource.org/licenses/MIT
10
+ *
11
+ * Copyright (c) 2020 Animate.css
12
+ */
13
+ :root {
14
+ --animate-duration: 1s;
15
+ --animate-delay: 1s;
16
+ --animate-repeat: 1;
17
+ }
18
+ .animate__animated {
19
+ -webkit-animation-duration: 1s;
20
+ animation-duration: 1s;
21
+ -webkit-animation-duration: var(--animate-duration);
22
+ animation-duration: var(--animate-duration);
23
+ -webkit-animation-fill-mode: both;
24
+ animation-fill-mode: both;
25
+ }
26
+ .animate__animated.animate__infinite {
27
+ -webkit-animation-iteration-count: infinite;
28
+ animation-iteration-count: infinite;
29
+ }
30
+ .animate__animated.animate__repeat-1 {
31
+ -webkit-animation-iteration-count: 1;
32
+ animation-iteration-count: 1;
33
+ -webkit-animation-iteration-count: var(--animate-repeat);
34
+ animation-iteration-count: var(--animate-repeat);
35
+ }
36
+ .animate__animated.animate__repeat-2 {
37
+ -webkit-animation-iteration-count: calc(1 * 2);
38
+ animation-iteration-count: calc(1 * 2);
39
+ -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
40
+ animation-iteration-count: calc(var(--animate-repeat) * 2);
41
+ }
42
+ .animate__animated.animate__repeat-3 {
43
+ -webkit-animation-iteration-count: calc(1 * 3);
44
+ animation-iteration-count: calc(1 * 3);
45
+ -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
46
+ animation-iteration-count: calc(var(--animate-repeat) * 3);
47
+ }
48
+ .animate__animated.animate__delay-1s {
49
+ -webkit-animation-delay: 1s;
50
+ animation-delay: 1s;
51
+ -webkit-animation-delay: var(--animate-delay);
52
+ animation-delay: var(--animate-delay);
53
+ }
54
+ .animate__animated.animate__delay-2s {
55
+ -webkit-animation-delay: calc(1s * 2);
56
+ animation-delay: calc(1s * 2);
57
+ -webkit-animation-delay: calc(var(--animate-delay) * 2);
58
+ animation-delay: calc(var(--animate-delay) * 2);
59
+ }
60
+ .animate__animated.animate__delay-3s {
61
+ -webkit-animation-delay: calc(1s * 3);
62
+ animation-delay: calc(1s * 3);
63
+ -webkit-animation-delay: calc(var(--animate-delay) * 3);
64
+ animation-delay: calc(var(--animate-delay) * 3);
65
+ }
66
+ .animate__animated.animate__delay-4s {
67
+ -webkit-animation-delay: calc(1s * 4);
68
+ animation-delay: calc(1s * 4);
69
+ -webkit-animation-delay: calc(var(--animate-delay) * 4);
70
+ animation-delay: calc(var(--animate-delay) * 4);
71
+ }
72
+ .animate__animated.animate__delay-5s {
73
+ -webkit-animation-delay: calc(1s * 5);
74
+ animation-delay: calc(1s * 5);
75
+ -webkit-animation-delay: calc(var(--animate-delay) * 5);
76
+ animation-delay: calc(var(--animate-delay) * 5);
77
+ }
78
+ .animate__animated.animate__faster {
79
+ -webkit-animation-duration: calc(1s / 2);
80
+ animation-duration: calc(1s / 2);
81
+ -webkit-animation-duration: calc(var(--animate-duration) / 2);
82
+ animation-duration: calc(var(--animate-duration) / 2);
83
+ }
84
+ .animate__animated.animate__fast {
85
+ -webkit-animation-duration: calc(1s * 0.8);
86
+ animation-duration: calc(1s * 0.8);
87
+ -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
88
+ animation-duration: calc(var(--animate-duration) * 0.8);
89
+ }
90
+ .animate__animated.animate__slow {
91
+ -webkit-animation-duration: calc(1s * 2);
92
+ animation-duration: calc(1s * 2);
93
+ -webkit-animation-duration: calc(var(--animate-duration) * 2);
94
+ animation-duration: calc(var(--animate-duration) * 2);
95
+ }
96
+ .animate__animated.animate__slower {
97
+ -webkit-animation-duration: calc(1s * 3);
98
+ animation-duration: calc(1s * 3);
99
+ -webkit-animation-duration: calc(var(--animate-duration) * 3);
100
+ animation-duration: calc(var(--animate-duration) * 3);
101
+ }
102
+ @media print, (prefers-reduced-motion: reduce) {
103
+ .animate__animated {
104
+ -webkit-animation-duration: 1ms !important;
105
+ animation-duration: 1ms !important;
106
+ -webkit-transition-duration: 1ms !important;
107
+ transition-duration: 1ms !important;
108
+ -webkit-animation-iteration-count: 1 !important;
109
+ animation-iteration-count: 1 !important;
110
+ }
111
+
112
+ .animate__animated[class*='Out'] {
113
+ opacity: 0;
114
+ }
115
+ }
116
+ /* Attention seekers */
117
+ @-webkit-keyframes bounce {
118
+ from,
119
+ 20%,
120
+ 53%,
121
+ to {
122
+ -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
123
+ animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
124
+ -webkit-transform: translate3d(0, 0, 0);
125
+ transform: translate3d(0, 0, 0);
126
+ }
127
+
128
+ 40%,
129
+ 43% {
130
+ -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
131
+ animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
132
+ -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
133
+ transform: translate3d(0, -30px, 0) scaleY(1.1);
134
+ }
135
+
136
+ 70% {
137
+ -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
138
+ animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
139
+ -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
140
+ transform: translate3d(0, -15px, 0) scaleY(1.05);
141
+ }
142
+
143
+ 80% {
144
+ -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
145
+ transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
146
+ -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
147
+ transform: translate3d(0, 0, 0) scaleY(0.95);
148
+ }
149
+
150
+ 90% {
151
+ -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
152
+ transform: translate3d(0, -4px, 0) scaleY(1.02);
153
+ }
154
+ }
155
+ @keyframes bounce {
156
+ from,
157
+ 20%,
158
+ 53%,
159
+ to {
160
+ -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
161
+ animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
162
+ -webkit-transform: translate3d(0, 0, 0);
163
+ transform: translate3d(0, 0, 0);
164
+ }
165
+
166
+ 40%,
167
+ 43% {
168
+ -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
169
+ animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
170
+ -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
171
+ transform: translate3d(0, -30px, 0) scaleY(1.1);
172
+ }
173
+
174
+ 70% {
175
+ -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
176
+ animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
177
+ -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
178
+ transform: translate3d(0, -15px, 0) scaleY(1.05);
179
+ }
180
+
181
+ 80% {
182
+ -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
183
+ transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
184
+ -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
185
+ transform: translate3d(0, 0, 0) scaleY(0.95);
186
+ }
187
+
188
+ 90% {
189
+ -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
190
+ transform: translate3d(0, -4px, 0) scaleY(1.02);
191
+ }
192
+ }
193
+ .animate__bounce {
194
+ -webkit-animation-name: bounce;
195
+ animation-name: bounce;
196
+ -webkit-transform-origin: center bottom;
197
+ transform-origin: center bottom;
198
+ }
199
+ @-webkit-keyframes flash {
200
+ from,
201
+ 50%,
202
+ to {
203
+ opacity: 1;
204
+ }
205
+
206
+ 25%,
207
+ 75% {
208
+ opacity: 0;
209
+ }
210
+ }
211
+ @keyframes flash {
212
+ from,
213
+ 50%,
214
+ to {
215
+ opacity: 1;
216
+ }
217
+
218
+ 25%,
219
+ 75% {
220
+ opacity: 0;
221
+ }
222
+ }
223
+ .animate__flash {
224
+ -webkit-animation-name: flash;
225
+ animation-name: flash;
226
+ }
227
+ /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
228
+ @-webkit-keyframes pulse {
229
+ from {
230
+ -webkit-transform: scale3d(1, 1, 1);
231
+ transform: scale3d(1, 1, 1);
232
+ }
233
+
234
+ 50% {
235
+ -webkit-transform: scale3d(1.05, 1.05, 1.05);
236
+ transform: scale3d(1.05, 1.05, 1.05);
237
+ }
238
+
239
+ to {
240
+ -webkit-transform: scale3d(1, 1, 1);
241
+ transform: scale3d(1, 1, 1);
242
+ }
243
+ }
244
+ @keyframes pulse {
245
+ from {
246
+ -webkit-transform: scale3d(1, 1, 1);
247
+ transform: scale3d(1, 1, 1);
248
+ }
249
+
250
+ 50% {
251
+ -webkit-transform: scale3d(1.05, 1.05, 1.05);
252
+ transform: scale3d(1.05, 1.05, 1.05);
253
+ }
254
+
255
+ to {
256
+ -webkit-transform: scale3d(1, 1, 1);
257
+ transform: scale3d(1, 1, 1);
258
+ }
259
+ }
260
+ .animate__pulse {
261
+ -webkit-animation-name: pulse;
262
+ animation-name: pulse;
263
+ -webkit-animation-timing-function: ease-in-out;
264
+ animation-timing-function: ease-in-out;
265
+ }
266
+ @-webkit-keyframes rubberBand {
267
+ from {
268
+ -webkit-transform: scale3d(1, 1, 1);
269
+ transform: scale3d(1, 1, 1);
270
+ }
271
+
272
+ 30% {
273
+ -webkit-transform: scale3d(1.25, 0.75, 1);
274
+ transform: scale3d(1.25, 0.75, 1);
275
+ }
276
+
277
+ 40% {
278
+ -webkit-transform: scale3d(0.75, 1.25, 1);
279
+ transform: scale3d(0.75, 1.25, 1);
280
+ }
281
+
282
+ 50% {
283
+ -webkit-transform: scale3d(1.15, 0.85, 1);
284
+ transform: scale3d(1.15, 0.85, 1);
285
+ }
286
+
287
+ 65% {
288
+ -webkit-transform: scale3d(0.95, 1.05, 1);
289
+ transform: scale3d(0.95, 1.05, 1);
290
+ }
291
+
292
+ 75% {
293
+ -webkit-transform: scale3d(1.05, 0.95, 1);
294
+ transform: scale3d(1.05, 0.95, 1);
295
+ }
296
+
297
+ to {
298
+ -webkit-transform: scale3d(1, 1, 1);
299
+ transform: scale3d(1, 1, 1);
300
+ }
301
+ }
302
+ @keyframes rubberBand {
303
+ from {
304
+ -webkit-transform: scale3d(1, 1, 1);
305
+ transform: scale3d(1, 1, 1);
306
+ }
307
+
308
+ 30% {
309
+ -webkit-transform: scale3d(1.25, 0.75, 1);
310
+ transform: scale3d(1.25, 0.75, 1);
311
+ }
312
+
313
+ 40% {
314
+ -webkit-transform: scale3d(0.75, 1.25, 1);
315
+ transform: scale3d(0.75, 1.25, 1);
316
+ }
317
+
318
+ 50% {
319
+ -webkit-transform: scale3d(1.15, 0.85, 1);
320
+ transform: scale3d(1.15, 0.85, 1);
321
+ }
322
+
323
+ 65% {
324
+ -webkit-transform: scale3d(0.95, 1.05, 1);
325
+ transform: scale3d(0.95, 1.05, 1);
326
+ }
327
+
328
+ 75% {
329
+ -webkit-transform: scale3d(1.05, 0.95, 1);
330
+ transform: scale3d(1.05, 0.95, 1);
331
+ }
332
+
333
+ to {
334
+ -webkit-transform: scale3d(1, 1, 1);
335
+ transform: scale3d(1, 1, 1);
336
+ }
337
+ }
338
+ .animate__rubberBand {
339
+ -webkit-animation-name: rubberBand;
340
+ animation-name: rubberBand;
341
+ }
342
+ @-webkit-keyframes shakeX {
343
+ from,
344
+ to {
345
+ -webkit-transform: translate3d(0, 0, 0);
346
+ transform: translate3d(0, 0, 0);
347
+ }
348
+
349
+ 10%,
350
+ 30%,
351
+ 50%,
352
+ 70%,
353
+ 90% {
354
+ -webkit-transform: translate3d(-10px, 0, 0);
355
+ transform: translate3d(-10px, 0, 0);
356
+ }
357
+
358
+ 20%,
359
+ 40%,
360
+ 60%,
361
+ 80% {
362
+ -webkit-transform: translate3d(10px, 0, 0);
363
+ transform: translate3d(10px, 0, 0);
364
+ }
365
+ }
366
+ @keyframes shakeX {
367
+ from,
368
+ to {
369
+ -webkit-transform: translate3d(0, 0, 0);
370
+ transform: translate3d(0, 0, 0);
371
+ }
372
+
373
+ 10%,
374
+ 30%,
375
+ 50%,
376
+ 70%,
377
+ 90% {
378
+ -webkit-transform: translate3d(-10px, 0, 0);
379
+ transform: translate3d(-10px, 0, 0);
380
+ }
381
+
382
+ 20%,
383
+ 40%,
384
+ 60%,
385
+ 80% {
386
+ -webkit-transform: translate3d(10px, 0, 0);
387
+ transform: translate3d(10px, 0, 0);
388
+ }
389
+ }
390
+ .animate__shakeX {
391
+ -webkit-animation-name: shakeX;
392
+ animation-name: shakeX;
393
+ }
394
+ @-webkit-keyframes shakeY {
395
+ from,
396
+ to {
397
+ -webkit-transform: translate3d(0, 0, 0);
398
+ transform: translate3d(0, 0, 0);
399
+ }
400
+
401
+ 10%,
402
+ 30%,
403
+ 50%,
404
+ 70%,
405
+ 90% {
406
+ -webkit-transform: translate3d(0, -10px, 0);
407
+ transform: translate3d(0, -10px, 0);
408
+ }
409
+
410
+ 20%,
411
+ 40%,
412
+ 60%,
413
+ 80% {
414
+ -webkit-transform: translate3d(0, 10px, 0);
415
+ transform: translate3d(0, 10px, 0);
416
+ }
417
+ }
418
+ @keyframes shakeY {
419
+ from,
420
+ to {
421
+ -webkit-transform: translate3d(0, 0, 0);
422
+ transform: translate3d(0, 0, 0);
423
+ }
424
+
425
+ 10%,
426
+ 30%,
427
+ 50%,
428
+ 70%,
429
+ 90% {
430
+ -webkit-transform: translate3d(0, -10px, 0);
431
+ transform: translate3d(0, -10px, 0);
432
+ }
433
+
434
+ 20%,
435
+ 40%,
436
+ 60%,
437
+ 80% {
438
+ -webkit-transform: translate3d(0, 10px, 0);
439
+ transform: translate3d(0, 10px, 0);
440
+ }
441
+ }
442
+ .animate__shakeY {
443
+ -webkit-animation-name: shakeY;
444
+ animation-name: shakeY;
445
+ }
446
+ @-webkit-keyframes headShake {
447
+ 0% {
448
+ -webkit-transform: translateX(0);
449
+ transform: translateX(0);
450
+ }
451
+
452
+ 6.5% {
453
+ -webkit-transform: translateX(-6px) rotateY(-9deg);
454
+ transform: translateX(-6px) rotateY(-9deg);
455
+ }
456
+
457
+ 18.5% {
458
+ -webkit-transform: translateX(5px) rotateY(7deg);
459
+ transform: translateX(5px) rotateY(7deg);
460
+ }
461
+
462
+ 31.5% {
463
+ -webkit-transform: translateX(-3px) rotateY(-5deg);
464
+ transform: translateX(-3px) rotateY(-5deg);
465
+ }
466
+
467
+ 43.5% {
468
+ -webkit-transform: translateX(2px) rotateY(3deg);
469
+ transform: translateX(2px) rotateY(3deg);
470
+ }
471
+
472
+ 50% {
473
+ -webkit-transform: translateX(0);
474
+ transform: translateX(0);
475
+ }
476
+ }
477
+ @keyframes headShake {
478
+ 0% {
479
+ -webkit-transform: translateX(0);
480
+ transform: translateX(0);
481
+ }
482
+
483
+ 6.5% {
484
+ -webkit-transform: translateX(-6px) rotateY(-9deg);
485
+ transform: translateX(-6px) rotateY(-9deg);
486
+ }
487
+
488
+ 18.5% {
489
+ -webkit-transform: translateX(5px) rotateY(7deg);
490
+ transform: translateX(5px) rotateY(7deg);
491
+ }
492
+
493
+ 31.5% {
494
+ -webkit-transform: translateX(-3px) rotateY(-5deg);
495
+ transform: translateX(-3px) rotateY(-5deg);
496
+ }
497
+
498
+ 43.5% {
499
+ -webkit-transform: translateX(2px) rotateY(3deg);
500
+ transform: translateX(2px) rotateY(3deg);
501
+ }
502
+
503
+ 50% {
504
+ -webkit-transform: translateX(0);
505
+ transform: translateX(0);
506
+ }
507
+ }
508
+ .animate__headShake {
509
+ -webkit-animation-timing-function: ease-in-out;
510
+ animation-timing-function: ease-in-out;
511
+ -webkit-animation-name: headShake;
512
+ animation-name: headShake;
513
+ }
514
+ @-webkit-keyframes swing {
515
+ 20% {
516
+ -webkit-transform: rotate3d(0, 0, 1, 15deg);
517
+ transform: rotate3d(0, 0, 1, 15deg);
518
+ }
519
+
520
+ 40% {
521
+ -webkit-transform: rotate3d(0, 0, 1, -10deg);
522
+ transform: rotate3d(0, 0, 1, -10deg);
523
+ }
524
+
525
+ 60% {
526
+ -webkit-transform: rotate3d(0, 0, 1, 5deg);
527
+ transform: rotate3d(0, 0, 1, 5deg);
528
+ }
529
+
530
+ 80% {
531
+ -webkit-transform: rotate3d(0, 0, 1, -5deg);
532
+ transform: rotate3d(0, 0, 1, -5deg);
533
+ }
534
+
535
+ to {
536
+ -webkit-transform: rotate3d(0, 0, 1, 0deg);
537
+ transform: rotate3d(0, 0, 1, 0deg);
538
+ }
539
+ }
540
+ @keyframes swing {
541
+ 20% {
542
+ -webkit-transform: rotate3d(0, 0, 1, 15deg);
543
+ transform: rotate3d(0, 0, 1, 15deg);
544
+ }
545
+
546
+ 40% {
547
+ -webkit-transform: rotate3d(0, 0, 1, -10deg);
548
+ transform: rotate3d(0, 0, 1, -10deg);
549
+ }
550
+
551
+ 60% {
552
+ -webkit-transform: rotate3d(0, 0, 1, 5deg);
553
+ transform: rotate3d(0, 0, 1, 5deg);
554
+ }
555
+
556
+ 80% {
557
+ -webkit-transform: rotate3d(0, 0, 1, -5deg);
558
+ transform: rotate3d(0, 0, 1, -5deg);
559
+ }
560
+
561
+ to {
562
+ -webkit-transform: rotate3d(0, 0, 1, 0deg);
563
+ transform: rotate3d(0, 0, 1, 0deg);
564
+ }
565
+ }
566
+ .animate__swing {
567
+ -webkit-transform-origin: top center;
568
+ transform-origin: top center;
569
+ -webkit-animation-name: swing;
570
+ animation-name: swing;
571
+ }
572
+ @-webkit-keyframes tada {
573
+ from {
574
+ -webkit-transform: scale3d(1, 1, 1);
575
+ transform: scale3d(1, 1, 1);
576
+ }
577
+
578
+ 10%,
579
+ 20% {
580
+ -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
581
+ transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
582
+ }
583
+
584
+ 30%,
585
+ 50%,
586
+ 70%,
587
+ 90% {
588
+ -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
589
+ transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
590
+ }
591
+
592
+ 40%,
593
+ 60%,
594
+ 80% {
595
+ -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
596
+ transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
597
+ }
598
+
599
+ to {
600
+ -webkit-transform: scale3d(1, 1, 1);
601
+ transform: scale3d(1, 1, 1);
602
+ }
603
+ }
604
+ @keyframes tada {
605
+ from {
606
+ -webkit-transform: scale3d(1, 1, 1);
607
+ transform: scale3d(1, 1, 1);
608
+ }
609
+
610
+ 10%,
611
+ 20% {
612
+ -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
613
+ transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
614
+ }
615
+
616
+ 30%,
617
+ 50%,
618
+ 70%,
619
+ 90% {
620
+ -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
621
+ transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
622
+ }
623
+
624
+ 40%,
625
+ 60%,
626
+ 80% {
627
+ -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
628
+ transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
629
+ }
630
+
631
+ to {
632
+ -webkit-transform: scale3d(1, 1, 1);
633
+ transform: scale3d(1, 1, 1);
634
+ }
635
+ }
636
+ .animate__tada {
637
+ -webkit-animation-name: tada;
638
+ animation-name: tada;
639
+ }
640
+ /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
641
+ @-webkit-keyframes wobble {
642
+ from {
643
+ -webkit-transform: translate3d(0, 0, 0);
644
+ transform: translate3d(0, 0, 0);
645
+ }
646
+
647
+ 15% {
648
+ -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
649
+ transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
650
+ }
651
+
652
+ 30% {
653
+ -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
654
+ transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
655
+ }
656
+
657
+ 45% {
658
+ -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
659
+ transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
660
+ }
661
+
662
+ 60% {
663
+ -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
664
+ transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
665
+ }
666
+
667
+ 75% {
668
+ -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
669
+ transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
670
+ }
671
+
672
+ to {
673
+ -webkit-transform: translate3d(0, 0, 0);
674
+ transform: translate3d(0, 0, 0);
675
+ }
676
+ }
677
+ @keyframes wobble {
678
+ from {
679
+ -webkit-transform: translate3d(0, 0, 0);
680
+ transform: translate3d(0, 0, 0);
681
+ }
682
+
683
+ 15% {
684
+ -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
685
+ transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
686
+ }
687
+
688
+ 30% {
689
+ -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
690
+ transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
691
+ }
692
+
693
+ 45% {
694
+ -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
695
+ transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
696
+ }
697
+
698
+ 60% {
699
+ -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
700
+ transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
701
+ }
702
+
703
+ 75% {
704
+ -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
705
+ transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
706
+ }
707
+
708
+ to {
709
+ -webkit-transform: translate3d(0, 0, 0);
710
+ transform: translate3d(0, 0, 0);
711
+ }
712
+ }
713
+ .animate__wobble {
714
+ -webkit-animation-name: wobble;
715
+ animation-name: wobble;
716
+ }
717
+ @-webkit-keyframes jello {
718
+ from,
719
+ 11.1%,
720
+ to {
721
+ -webkit-transform: translate3d(0, 0, 0);
722
+ transform: translate3d(0, 0, 0);
723
+ }
724
+
725
+ 22.2% {
726
+ -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
727
+ transform: skewX(-12.5deg) skewY(-12.5deg);
728
+ }
729
+
730
+ 33.3% {
731
+ -webkit-transform: skewX(6.25deg) skewY(6.25deg);
732
+ transform: skewX(6.25deg) skewY(6.25deg);
733
+ }
734
+
735
+ 44.4% {
736
+ -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
737
+ transform: skewX(-3.125deg) skewY(-3.125deg);
738
+ }
739
+
740
+ 55.5% {
741
+ -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
742
+ transform: skewX(1.5625deg) skewY(1.5625deg);
743
+ }
744
+
745
+ 66.6% {
746
+ -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
747
+ transform: skewX(-0.78125deg) skewY(-0.78125deg);
748
+ }
749
+
750
+ 77.7% {
751
+ -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
752
+ transform: skewX(0.390625deg) skewY(0.390625deg);
753
+ }
754
+
755
+ 88.8% {
756
+ -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
757
+ transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
758
+ }
759
+ }
760
+ @keyframes jello {
761
+ from,
762
+ 11.1%,
763
+ to {
764
+ -webkit-transform: translate3d(0, 0, 0);
765
+ transform: translate3d(0, 0, 0);
766
+ }
767
+
768
+ 22.2% {
769
+ -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
770
+ transform: skewX(-12.5deg) skewY(-12.5deg);
771
+ }
772
+
773
+ 33.3% {
774
+ -webkit-transform: skewX(6.25deg) skewY(6.25deg);
775
+ transform: skewX(6.25deg) skewY(6.25deg);
776
+ }
777
+
778
+ 44.4% {
779
+ -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
780
+ transform: skewX(-3.125deg) skewY(-3.125deg);
781
+ }
782
+
783
+ 55.5% {
784
+ -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
785
+ transform: skewX(1.5625deg) skewY(1.5625deg);
786
+ }
787
+
788
+ 66.6% {
789
+ -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
790
+ transform: skewX(-0.78125deg) skewY(-0.78125deg);
791
+ }
792
+
793
+ 77.7% {
794
+ -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
795
+ transform: skewX(0.390625deg) skewY(0.390625deg);
796
+ }
797
+
798
+ 88.8% {
799
+ -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
800
+ transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
801
+ }
802
+ }
803
+ .animate__jello {
804
+ -webkit-animation-name: jello;
805
+ animation-name: jello;
806
+ -webkit-transform-origin: center;
807
+ transform-origin: center;
808
+ }
809
+ @-webkit-keyframes heartBeat {
810
+ 0% {
811
+ -webkit-transform: scale(1);
812
+ transform: scale(1);
813
+ }
814
+
815
+ 14% {
816
+ -webkit-transform: scale(1.3);
817
+ transform: scale(1.3);
818
+ }
819
+
820
+ 28% {
821
+ -webkit-transform: scale(1);
822
+ transform: scale(1);
823
+ }
824
+
825
+ 42% {
826
+ -webkit-transform: scale(1.3);
827
+ transform: scale(1.3);
828
+ }
829
+
830
+ 70% {
831
+ -webkit-transform: scale(1);
832
+ transform: scale(1);
833
+ }
834
+ }
835
+ @keyframes heartBeat {
836
+ 0% {
837
+ -webkit-transform: scale(1);
838
+ transform: scale(1);
839
+ }
840
+
841
+ 14% {
842
+ -webkit-transform: scale(1.3);
843
+ transform: scale(1.3);
844
+ }
845
+
846
+ 28% {
847
+ -webkit-transform: scale(1);
848
+ transform: scale(1);
849
+ }
850
+
851
+ 42% {
852
+ -webkit-transform: scale(1.3);
853
+ transform: scale(1.3);
854
+ }
855
+
856
+ 70% {
857
+ -webkit-transform: scale(1);
858
+ transform: scale(1);
859
+ }
860
+ }
861
+ .animate__heartBeat {
862
+ -webkit-animation-name: heartBeat;
863
+ animation-name: heartBeat;
864
+ -webkit-animation-duration: calc(1s * 1.3);
865
+ animation-duration: calc(1s * 1.3);
866
+ -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
867
+ animation-duration: calc(var(--animate-duration) * 1.3);
868
+ -webkit-animation-timing-function: ease-in-out;
869
+ animation-timing-function: ease-in-out;
870
+ }
871
+ /* Back entrances */
872
+ @-webkit-keyframes backInDown {
873
+ 0% {
874
+ -webkit-transform: translateY(-1200px) scale(0.7);
875
+ transform: translateY(-1200px) scale(0.7);
876
+ opacity: 0.7;
877
+ }
878
+
879
+ 80% {
880
+ -webkit-transform: translateY(0px) scale(0.7);
881
+ transform: translateY(0px) scale(0.7);
882
+ opacity: 0.7;
883
+ }
884
+
885
+ 100% {
886
+ -webkit-transform: scale(1);
887
+ transform: scale(1);
888
+ opacity: 1;
889
+ }
890
+ }
891
+ @keyframes backInDown {
892
+ 0% {
893
+ -webkit-transform: translateY(-1200px) scale(0.7);
894
+ transform: translateY(-1200px) scale(0.7);
895
+ opacity: 0.7;
896
+ }
897
+
898
+ 80% {
899
+ -webkit-transform: translateY(0px) scale(0.7);
900
+ transform: translateY(0px) scale(0.7);
901
+ opacity: 0.7;
902
+ }
903
+
904
+ 100% {
905
+ -webkit-transform: scale(1);
906
+ transform: scale(1);
907
+ opacity: 1;
908
+ }
909
+ }
910
+ .animate__backInDown {
911
+ -webkit-animation-name: backInDown;
912
+ animation-name: backInDown;
913
+ }
914
+ @-webkit-keyframes backInLeft {
915
+ 0% {
916
+ -webkit-transform: translateX(-2000px) scale(0.7);
917
+ transform: translateX(-2000px) scale(0.7);
918
+ opacity: 0.7;
919
+ }
920
+
921
+ 80% {
922
+ -webkit-transform: translateX(0px) scale(0.7);
923
+ transform: translateX(0px) scale(0.7);
924
+ opacity: 0.7;
925
+ }
926
+
927
+ 100% {
928
+ -webkit-transform: scale(1);
929
+ transform: scale(1);
930
+ opacity: 1;
931
+ }
932
+ }
933
+ @keyframes backInLeft {
934
+ 0% {
935
+ -webkit-transform: translateX(-2000px) scale(0.7);
936
+ transform: translateX(-2000px) scale(0.7);
937
+ opacity: 0.7;
938
+ }
939
+
940
+ 80% {
941
+ -webkit-transform: translateX(0px) scale(0.7);
942
+ transform: translateX(0px) scale(0.7);
943
+ opacity: 0.7;
944
+ }
945
+
946
+ 100% {
947
+ -webkit-transform: scale(1);
948
+ transform: scale(1);
949
+ opacity: 1;
950
+ }
951
+ }
952
+ .animate__backInLeft {
953
+ -webkit-animation-name: backInLeft;
954
+ animation-name: backInLeft;
955
+ }
956
+ @-webkit-keyframes backInRight {
957
+ 0% {
958
+ -webkit-transform: translateX(2000px) scale(0.7);
959
+ transform: translateX(2000px) scale(0.7);
960
+ opacity: 0.7;
961
+ }
962
+
963
+ 80% {
964
+ -webkit-transform: translateX(0px) scale(0.7);
965
+ transform: translateX(0px) scale(0.7);
966
+ opacity: 0.7;
967
+ }
968
+
969
+ 100% {
970
+ -webkit-transform: scale(1);
971
+ transform: scale(1);
972
+ opacity: 1;
973
+ }
974
+ }
975
+ @keyframes backInRight {
976
+ 0% {
977
+ -webkit-transform: translateX(2000px) scale(0.7);
978
+ transform: translateX(2000px) scale(0.7);
979
+ opacity: 0.7;
980
+ }
981
+
982
+ 80% {
983
+ -webkit-transform: translateX(0px) scale(0.7);
984
+ transform: translateX(0px) scale(0.7);
985
+ opacity: 0.7;
986
+ }
987
+
988
+ 100% {
989
+ -webkit-transform: scale(1);
990
+ transform: scale(1);
991
+ opacity: 1;
992
+ }
993
+ }
994
+ .animate__backInRight {
995
+ -webkit-animation-name: backInRight;
996
+ animation-name: backInRight;
997
+ }
998
+ @-webkit-keyframes backInUp {
999
+ 0% {
1000
+ -webkit-transform: translateY(1200px) scale(0.7);
1001
+ transform: translateY(1200px) scale(0.7);
1002
+ opacity: 0.7;
1003
+ }
1004
+
1005
+ 80% {
1006
+ -webkit-transform: translateY(0px) scale(0.7);
1007
+ transform: translateY(0px) scale(0.7);
1008
+ opacity: 0.7;
1009
+ }
1010
+
1011
+ 100% {
1012
+ -webkit-transform: scale(1);
1013
+ transform: scale(1);
1014
+ opacity: 1;
1015
+ }
1016
+ }
1017
+ @keyframes backInUp {
1018
+ 0% {
1019
+ -webkit-transform: translateY(1200px) scale(0.7);
1020
+ transform: translateY(1200px) scale(0.7);
1021
+ opacity: 0.7;
1022
+ }
1023
+
1024
+ 80% {
1025
+ -webkit-transform: translateY(0px) scale(0.7);
1026
+ transform: translateY(0px) scale(0.7);
1027
+ opacity: 0.7;
1028
+ }
1029
+
1030
+ 100% {
1031
+ -webkit-transform: scale(1);
1032
+ transform: scale(1);
1033
+ opacity: 1;
1034
+ }
1035
+ }
1036
+ .animate__backInUp {
1037
+ -webkit-animation-name: backInUp;
1038
+ animation-name: backInUp;
1039
+ }
1040
+ /* Back exits */
1041
+ @-webkit-keyframes backOutDown {
1042
+ 0% {
1043
+ -webkit-transform: scale(1);
1044
+ transform: scale(1);
1045
+ opacity: 1;
1046
+ }
1047
+
1048
+ 20% {
1049
+ -webkit-transform: translateY(0px) scale(0.7);
1050
+ transform: translateY(0px) scale(0.7);
1051
+ opacity: 0.7;
1052
+ }
1053
+
1054
+ 100% {
1055
+ -webkit-transform: translateY(700px) scale(0.7);
1056
+ transform: translateY(700px) scale(0.7);
1057
+ opacity: 0.7;
1058
+ }
1059
+ }
1060
+ @keyframes backOutDown {
1061
+ 0% {
1062
+ -webkit-transform: scale(1);
1063
+ transform: scale(1);
1064
+ opacity: 1;
1065
+ }
1066
+
1067
+ 20% {
1068
+ -webkit-transform: translateY(0px) scale(0.7);
1069
+ transform: translateY(0px) scale(0.7);
1070
+ opacity: 0.7;
1071
+ }
1072
+
1073
+ 100% {
1074
+ -webkit-transform: translateY(700px) scale(0.7);
1075
+ transform: translateY(700px) scale(0.7);
1076
+ opacity: 0.7;
1077
+ }
1078
+ }
1079
+ .animate__backOutDown {
1080
+ -webkit-animation-name: backOutDown;
1081
+ animation-name: backOutDown;
1082
+ }
1083
+ @-webkit-keyframes backOutLeft {
1084
+ 0% {
1085
+ -webkit-transform: scale(1);
1086
+ transform: scale(1);
1087
+ opacity: 1;
1088
+ }
1089
+
1090
+ 20% {
1091
+ -webkit-transform: translateX(0px) scale(0.7);
1092
+ transform: translateX(0px) scale(0.7);
1093
+ opacity: 0.7;
1094
+ }
1095
+
1096
+ 100% {
1097
+ -webkit-transform: translateX(-2000px) scale(0.7);
1098
+ transform: translateX(-2000px) scale(0.7);
1099
+ opacity: 0.7;
1100
+ }
1101
+ }
1102
+ @keyframes backOutLeft {
1103
+ 0% {
1104
+ -webkit-transform: scale(1);
1105
+ transform: scale(1);
1106
+ opacity: 1;
1107
+ }
1108
+
1109
+ 20% {
1110
+ -webkit-transform: translateX(0px) scale(0.7);
1111
+ transform: translateX(0px) scale(0.7);
1112
+ opacity: 0.7;
1113
+ }
1114
+
1115
+ 100% {
1116
+ -webkit-transform: translateX(-2000px) scale(0.7);
1117
+ transform: translateX(-2000px) scale(0.7);
1118
+ opacity: 0.7;
1119
+ }
1120
+ }
1121
+ .animate__backOutLeft {
1122
+ -webkit-animation-name: backOutLeft;
1123
+ animation-name: backOutLeft;
1124
+ }
1125
+ @-webkit-keyframes backOutRight {
1126
+ 0% {
1127
+ -webkit-transform: scale(1);
1128
+ transform: scale(1);
1129
+ opacity: 1;
1130
+ }
1131
+
1132
+ 20% {
1133
+ -webkit-transform: translateX(0px) scale(0.7);
1134
+ transform: translateX(0px) scale(0.7);
1135
+ opacity: 0.7;
1136
+ }
1137
+
1138
+ 100% {
1139
+ -webkit-transform: translateX(2000px) scale(0.7);
1140
+ transform: translateX(2000px) scale(0.7);
1141
+ opacity: 0.7;
1142
+ }
1143
+ }
1144
+ @keyframes backOutRight {
1145
+ 0% {
1146
+ -webkit-transform: scale(1);
1147
+ transform: scale(1);
1148
+ opacity: 1;
1149
+ }
1150
+
1151
+ 20% {
1152
+ -webkit-transform: translateX(0px) scale(0.7);
1153
+ transform: translateX(0px) scale(0.7);
1154
+ opacity: 0.7;
1155
+ }
1156
+
1157
+ 100% {
1158
+ -webkit-transform: translateX(2000px) scale(0.7);
1159
+ transform: translateX(2000px) scale(0.7);
1160
+ opacity: 0.7;
1161
+ }
1162
+ }
1163
+ .animate__backOutRight {
1164
+ -webkit-animation-name: backOutRight;
1165
+ animation-name: backOutRight;
1166
+ }
1167
+ @-webkit-keyframes backOutUp {
1168
+ 0% {
1169
+ -webkit-transform: scale(1);
1170
+ transform: scale(1);
1171
+ opacity: 1;
1172
+ }
1173
+
1174
+ 20% {
1175
+ -webkit-transform: translateY(0px) scale(0.7);
1176
+ transform: translateY(0px) scale(0.7);
1177
+ opacity: 0.7;
1178
+ }
1179
+
1180
+ 100% {
1181
+ -webkit-transform: translateY(-700px) scale(0.7);
1182
+ transform: translateY(-700px) scale(0.7);
1183
+ opacity: 0.7;
1184
+ }
1185
+ }
1186
+ @keyframes backOutUp {
1187
+ 0% {
1188
+ -webkit-transform: scale(1);
1189
+ transform: scale(1);
1190
+ opacity: 1;
1191
+ }
1192
+
1193
+ 20% {
1194
+ -webkit-transform: translateY(0px) scale(0.7);
1195
+ transform: translateY(0px) scale(0.7);
1196
+ opacity: 0.7;
1197
+ }
1198
+
1199
+ 100% {
1200
+ -webkit-transform: translateY(-700px) scale(0.7);
1201
+ transform: translateY(-700px) scale(0.7);
1202
+ opacity: 0.7;
1203
+ }
1204
+ }
1205
+ .animate__backOutUp {
1206
+ -webkit-animation-name: backOutUp;
1207
+ animation-name: backOutUp;
1208
+ }
1209
+ /* Bouncing entrances */
1210
+ @-webkit-keyframes bounceIn {
1211
+ from,
1212
+ 20%,
1213
+ 40%,
1214
+ 60%,
1215
+ 80%,
1216
+ to {
1217
+ -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
1218
+ animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
1219
+ }
1220
+
1221
+ 0% {
1222
+ opacity: 0;
1223
+ -webkit-transform: scale3d(0.3, 0.3, 0.3);
1224
+ transform: scale3d(0.3, 0.3, 0.3);
1225
+ }
1226
+
1227
+ 20% {
1228
+ -webkit-transform: scale3d(1.1, 1.1, 1.1);
1229
+ transform: scale3d(1.1, 1.1, 1.1);
1230
+ }
1231
+
1232
+ 40% {
1233
+ -webkit-transform: scale3d(0.9, 0.9, 0.9);
1234
+ transform: scale3d(0.9, 0.9, 0.9);
1235
+ }
1236
+
1237
+ 60% {
1238
+ opacity: 1;
1239
+ -webkit-transform: scale3d(1.03, 1.03, 1.03);
1240
+ transform: scale3d(1.03, 1.03, 1.03);
1241
+ }
1242
+
1243
+ 80% {
1244
+ -webkit-transform: scale3d(0.97, 0.97, 0.97);
1245
+ transform: scale3d(0.97, 0.97, 0.97);
1246
+ }
1247
+
1248
+ to {
1249
+ opacity: 1;
1250
+ -webkit-transform: scale3d(1, 1, 1);
1251
+ transform: scale3d(1, 1, 1);
1252
+ }
1253
+ }
1254
+ @keyframes bounceIn {
1255
+ from,
1256
+ 20%,
1257
+ 40%,
1258
+ 60%,
1259
+ 80%,
1260
+ to {
1261
+ -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
1262
+ animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
1263
+ }
1264
+
1265
+ 0% {
1266
+ opacity: 0;
1267
+ -webkit-transform: scale3d(0.3, 0.3, 0.3);
1268
+ transform: scale3d(0.3, 0.3, 0.3);
1269
+ }
1270
+
1271
+ 20% {
1272
+ -webkit-transform: scale3d(1.1, 1.1, 1.1);
1273
+ transform: scale3d(1.1, 1.1, 1.1);
1274
+ }
1275
+
1276
+ 40% {
1277
+ -webkit-transform: scale3d(0.9, 0.9, 0.9);
1278
+ transform: scale3d(0.9, 0.9, 0.9);
1279
+ }
1280
+
1281
+ 60% {
1282
+ opacity: 1;
1283
+ -webkit-transform: scale3d(1.03, 1.03, 1.03);
1284
+ transform: scale3d(1.03, 1.03, 1.03);
1285
+ }
1286
+
1287
+ 80% {
1288
+ -webkit-transform: scale3d(0.97, 0.97, 0.97);
1289
+ transform: scale3d(0.97, 0.97, 0.97);
1290
+ }
1291
+
1292
+ to {
1293
+ opacity: 1;
1294
+ -webkit-transform: scale3d(1, 1, 1);
1295
+ transform: scale3d(1, 1, 1);
1296
+ }
1297
+ }
1298
+ .animate__bounceIn {
1299
+ -webkit-animation-duration: calc(1s * 0.75);
1300
+ animation-duration: calc(1s * 0.75);
1301
+ -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
1302
+ animation-duration: calc(var(--animate-duration) * 0.75);
1303
+ -webkit-animation-name: bounceIn;
1304
+ animation-name: bounceIn;
1305
+ }
1306
+ @-webkit-keyframes bounceInDown {
1307
+ from,
1308
+ 60%,
1309
+ 75%,
1310
+ 90%,
1311
+ to {
1312
+ -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
1313
+ animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
1314
+ }
1315
+
1316
+ 0% {
1317
+ opacity: 0;
1318
+ -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
1319
+ transform: translate3d(0, -3000px, 0) scaleY(3);
1320
+ }
1321
+
1322
+ 60% {
1323
+ opacity: 1;
1324
+ -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
1325
+ transform: translate3d(0, 25px, 0) scaleY(0.9);
1326
+ }
1327
+
1328
+ 75% {
1329
+ -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
1330
+ transform: translate3d(0, -10px, 0) scaleY(0.95);
1331
+ }
1332
+
1333
+ 90% {
1334
+ -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
1335
+ transform: translate3d(0, 5px, 0) scaleY(0.985);
1336
+ }
1337
+
1338
+ to {
1339
+ -webkit-transform: translate3d(0, 0, 0);
1340
+ transform: translate3d(0, 0, 0);
1341
+ }
1342
+ }
1343
+ @keyframes bounceInDown {
1344
+ from,
1345
+ 60%,
1346
+ 75%,
1347
+ 90%,
1348
+ to {
1349
+ -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
1350
+ animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
1351
+ }
1352
+
1353
+ 0% {
1354
+ opacity: 0;
1355
+ -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
1356
+ transform: translate3d(0, -3000px, 0) scaleY(3);
1357
+ }
1358
+
1359
+ 60% {
1360
+ opacity: 1;
1361
+ -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
1362
+ transform: translate3d(0, 25px, 0) scaleY(0.9);
1363
+ }
1364
+
1365
+ 75% {
1366
+ -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
1367
+ transform: translate3d(0, -10px, 0) scaleY(0.95);
1368
+ }
1369
+
1370
+ 90% {
1371
+ -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
1372
+ transform: translate3d(0, 5px, 0) scaleY(0.985);
1373
+ }
1374
+
1375
+ to {
1376
+ -webkit-transform: translate3d(0, 0, 0);
1377
+ transform: translate3d(0, 0, 0);
1378
+ }
1379
+ }
1380
+ .animate__bounceInDown {
1381
+ -webkit-animation-name: bounceInDown;
1382
+ animation-name: bounceInDown;
1383
+ }
1384
+ @-webkit-keyframes bounceInLeft {
1385
+ from,
1386
+ 60%,
1387
+ 75%,
1388
+ 90%,
1389
+ to {
1390
+ -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
1391
+ animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
1392
+ }
1393
+
1394
+ 0% {
1395
+ opacity: 0;
1396
+ -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
1397
+ transform: translate3d(-3000px, 0, 0) scaleX(3);
1398
+ }
1399
+
1400
+ 60% {
1401
+ opacity: 1;
1402
+ -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
1403
+ transform: translate3d(25px, 0, 0) scaleX(1);
1404
+ }
1405
+
1406
+ 75% {
1407
+ -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
1408
+ transform: translate3d(-10px, 0, 0) scaleX(0.98);
1409
+ }
1410
+
1411
+ 90% {
1412
+ -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
1413
+ transform: translate3d(5px, 0, 0) scaleX(0.995);
1414
+ }
1415
+
1416
+ to {
1417
+ -webkit-transform: translate3d(0, 0, 0);
1418
+ transform: translate3d(0, 0, 0);
1419
+ }
1420
+ }
1421
+ @keyframes bounceInLeft {
1422
+ from,
1423
+ 60%,
1424
+ 75%,
1425
+ 90%,
1426
+ to {
1427
+ -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
1428
+ animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
1429
+ }
1430
+
1431
+ 0% {
1432
+ opacity: 0;
1433
+ -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
1434
+ transform: translate3d(-3000px, 0, 0) scaleX(3);
1435
+ }
1436
+
1437
+ 60% {
1438
+ opacity: 1;
1439
+ -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
1440
+ transform: translate3d(25px, 0, 0) scaleX(1);
1441
+ }
1442
+
1443
+ 75% {
1444
+ -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
1445
+ transform: translate3d(-10px, 0, 0) scaleX(0.98);
1446
+ }
1447
+
1448
+ 90% {
1449
+ -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
1450
+ transform: translate3d(5px, 0, 0) scaleX(0.995);
1451
+ }
1452
+
1453
+ to {
1454
+ -webkit-transform: translate3d(0, 0, 0);
1455
+ transform: translate3d(0, 0, 0);
1456
+ }
1457
+ }
1458
+ .animate__bounceInLeft {
1459
+ -webkit-animation-name: bounceInLeft;
1460
+ animation-name: bounceInLeft;
1461
+ }
1462
+ @-webkit-keyframes bounceInRight {
1463
+ from,
1464
+ 60%,
1465
+ 75%,
1466
+ 90%,
1467
+ to {
1468
+ -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
1469
+ animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
1470
+ }
1471
+
1472
+ from {
1473
+ opacity: 0;
1474
+ -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
1475
+ transform: translate3d(3000px, 0, 0) scaleX(3);
1476
+ }
1477
+
1478
+ 60% {
1479
+ opacity: 1;
1480
+ -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
1481
+ transform: translate3d(-25px, 0, 0) scaleX(1);
1482
+ }
1483
+
1484
+ 75% {
1485
+ -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
1486
+ transform: translate3d(10px, 0, 0) scaleX(0.98);
1487
+ }
1488
+
1489
+ 90% {
1490
+ -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
1491
+ transform: translate3d(-5px, 0, 0) scaleX(0.995);
1492
+ }
1493
+
1494
+ to {
1495
+ -webkit-transform: translate3d(0, 0, 0);
1496
+ transform: translate3d(0, 0, 0);
1497
+ }
1498
+ }
1499
+ @keyframes bounceInRight {
1500
+ from,
1501
+ 60%,
1502
+ 75%,
1503
+ 90%,
1504
+ to {
1505
+ -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
1506
+ animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
1507
+ }
1508
+
1509
+ from {
1510
+ opacity: 0;
1511
+ -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
1512
+ transform: translate3d(3000px, 0, 0) scaleX(3);
1513
+ }
1514
+
1515
+ 60% {
1516
+ opacity: 1;
1517
+ -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
1518
+ transform: translate3d(-25px, 0, 0) scaleX(1);
1519
+ }
1520
+
1521
+ 75% {
1522
+ -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
1523
+ transform: translate3d(10px, 0, 0) scaleX(0.98);
1524
+ }
1525
+
1526
+ 90% {
1527
+ -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
1528
+ transform: translate3d(-5px, 0, 0) scaleX(0.995);
1529
+ }
1530
+
1531
+ to {
1532
+ -webkit-transform: translate3d(0, 0, 0);
1533
+ transform: translate3d(0, 0, 0);
1534
+ }
1535
+ }
1536
+ .animate__bounceInRight {
1537
+ -webkit-animation-name: bounceInRight;
1538
+ animation-name: bounceInRight;
1539
+ }
1540
+ @-webkit-keyframes bounceInUp {
1541
+ from,
1542
+ 60%,
1543
+ 75%,
1544
+ 90%,
1545
+ to {
1546
+ -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
1547
+ animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
1548
+ }
1549
+
1550
+ from {
1551
+ opacity: 0;
1552
+ -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
1553
+ transform: translate3d(0, 3000px, 0) scaleY(5);
1554
+ }
1555
+
1556
+ 60% {
1557
+ opacity: 1;
1558
+ -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
1559
+ transform: translate3d(0, -20px, 0) scaleY(0.9);
1560
+ }
1561
+
1562
+ 75% {
1563
+ -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
1564
+ transform: translate3d(0, 10px, 0) scaleY(0.95);
1565
+ }
1566
+
1567
+ 90% {
1568
+ -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
1569
+ transform: translate3d(0, -5px, 0) scaleY(0.985);
1570
+ }
1571
+
1572
+ to {
1573
+ -webkit-transform: translate3d(0, 0, 0);
1574
+ transform: translate3d(0, 0, 0);
1575
+ }
1576
+ }
1577
+ @keyframes bounceInUp {
1578
+ from,
1579
+ 60%,
1580
+ 75%,
1581
+ 90%,
1582
+ to {
1583
+ -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
1584
+ animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
1585
+ }
1586
+
1587
+ from {
1588
+ opacity: 0;
1589
+ -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
1590
+ transform: translate3d(0, 3000px, 0) scaleY(5);
1591
+ }
1592
+
1593
+ 60% {
1594
+ opacity: 1;
1595
+ -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
1596
+ transform: translate3d(0, -20px, 0) scaleY(0.9);
1597
+ }
1598
+
1599
+ 75% {
1600
+ -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
1601
+ transform: translate3d(0, 10px, 0) scaleY(0.95);
1602
+ }
1603
+
1604
+ 90% {
1605
+ -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
1606
+ transform: translate3d(0, -5px, 0) scaleY(0.985);
1607
+ }
1608
+
1609
+ to {
1610
+ -webkit-transform: translate3d(0, 0, 0);
1611
+ transform: translate3d(0, 0, 0);
1612
+ }
1613
+ }
1614
+ .animate__bounceInUp {
1615
+ -webkit-animation-name: bounceInUp;
1616
+ animation-name: bounceInUp;
1617
+ }
1618
+ /* Bouncing exits */
1619
+ @-webkit-keyframes bounceOut {
1620
+ 20% {
1621
+ -webkit-transform: scale3d(0.9, 0.9, 0.9);
1622
+ transform: scale3d(0.9, 0.9, 0.9);
1623
+ }
1624
+
1625
+ 50%,
1626
+ 55% {
1627
+ opacity: 1;
1628
+ -webkit-transform: scale3d(1.1, 1.1, 1.1);
1629
+ transform: scale3d(1.1, 1.1, 1.1);
1630
+ }
1631
+
1632
+ to {
1633
+ opacity: 0;
1634
+ -webkit-transform: scale3d(0.3, 0.3, 0.3);
1635
+ transform: scale3d(0.3, 0.3, 0.3);
1636
+ }
1637
+ }
1638
+ @keyframes bounceOut {
1639
+ 20% {
1640
+ -webkit-transform: scale3d(0.9, 0.9, 0.9);
1641
+ transform: scale3d(0.9, 0.9, 0.9);
1642
+ }
1643
+
1644
+ 50%,
1645
+ 55% {
1646
+ opacity: 1;
1647
+ -webkit-transform: scale3d(1.1, 1.1, 1.1);
1648
+ transform: scale3d(1.1, 1.1, 1.1);
1649
+ }
1650
+
1651
+ to {
1652
+ opacity: 0;
1653
+ -webkit-transform: scale3d(0.3, 0.3, 0.3);
1654
+ transform: scale3d(0.3, 0.3, 0.3);
1655
+ }
1656
+ }
1657
+ .animate__bounceOut {
1658
+ -webkit-animation-duration: calc(1s * 0.75);
1659
+ animation-duration: calc(1s * 0.75);
1660
+ -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
1661
+ animation-duration: calc(var(--animate-duration) * 0.75);
1662
+ -webkit-animation-name: bounceOut;
1663
+ animation-name: bounceOut;
1664
+ }
1665
+ @-webkit-keyframes bounceOutDown {
1666
+ 20% {
1667
+ -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
1668
+ transform: translate3d(0, 10px, 0) scaleY(0.985);
1669
+ }
1670
+
1671
+ 40%,
1672
+ 45% {
1673
+ opacity: 1;
1674
+ -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
1675
+ transform: translate3d(0, -20px, 0) scaleY(0.9);
1676
+ }
1677
+
1678
+ to {
1679
+ opacity: 0;
1680
+ -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
1681
+ transform: translate3d(0, 2000px, 0) scaleY(3);
1682
+ }
1683
+ }
1684
+ @keyframes bounceOutDown {
1685
+ 20% {
1686
+ -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
1687
+ transform: translate3d(0, 10px, 0) scaleY(0.985);
1688
+ }
1689
+
1690
+ 40%,
1691
+ 45% {
1692
+ opacity: 1;
1693
+ -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
1694
+ transform: translate3d(0, -20px, 0) scaleY(0.9);
1695
+ }
1696
+
1697
+ to {
1698
+ opacity: 0;
1699
+ -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
1700
+ transform: translate3d(0, 2000px, 0) scaleY(3);
1701
+ }
1702
+ }
1703
+ .animate__bounceOutDown {
1704
+ -webkit-animation-name: bounceOutDown;
1705
+ animation-name: bounceOutDown;
1706
+ }
1707
+ @-webkit-keyframes bounceOutLeft {
1708
+ 20% {
1709
+ opacity: 1;
1710
+ -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
1711
+ transform: translate3d(20px, 0, 0) scaleX(0.9);
1712
+ }
1713
+
1714
+ to {
1715
+ opacity: 0;
1716
+ -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
1717
+ transform: translate3d(-2000px, 0, 0) scaleX(2);
1718
+ }
1719
+ }
1720
+ @keyframes bounceOutLeft {
1721
+ 20% {
1722
+ opacity: 1;
1723
+ -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
1724
+ transform: translate3d(20px, 0, 0) scaleX(0.9);
1725
+ }
1726
+
1727
+ to {
1728
+ opacity: 0;
1729
+ -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
1730
+ transform: translate3d(-2000px, 0, 0) scaleX(2);
1731
+ }
1732
+ }
1733
+ .animate__bounceOutLeft {
1734
+ -webkit-animation-name: bounceOutLeft;
1735
+ animation-name: bounceOutLeft;
1736
+ }
1737
+ @-webkit-keyframes bounceOutRight {
1738
+ 20% {
1739
+ opacity: 1;
1740
+ -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
1741
+ transform: translate3d(-20px, 0, 0) scaleX(0.9);
1742
+ }
1743
+
1744
+ to {
1745
+ opacity: 0;
1746
+ -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
1747
+ transform: translate3d(2000px, 0, 0) scaleX(2);
1748
+ }
1749
+ }
1750
+ @keyframes bounceOutRight {
1751
+ 20% {
1752
+ opacity: 1;
1753
+ -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
1754
+ transform: translate3d(-20px, 0, 0) scaleX(0.9);
1755
+ }
1756
+
1757
+ to {
1758
+ opacity: 0;
1759
+ -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
1760
+ transform: translate3d(2000px, 0, 0) scaleX(2);
1761
+ }
1762
+ }
1763
+ .animate__bounceOutRight {
1764
+ -webkit-animation-name: bounceOutRight;
1765
+ animation-name: bounceOutRight;
1766
+ }
1767
+ @-webkit-keyframes bounceOutUp {
1768
+ 20% {
1769
+ -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
1770
+ transform: translate3d(0, -10px, 0) scaleY(0.985);
1771
+ }
1772
+
1773
+ 40%,
1774
+ 45% {
1775
+ opacity: 1;
1776
+ -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
1777
+ transform: translate3d(0, 20px, 0) scaleY(0.9);
1778
+ }
1779
+
1780
+ to {
1781
+ opacity: 0;
1782
+ -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
1783
+ transform: translate3d(0, -2000px, 0) scaleY(3);
1784
+ }
1785
+ }
1786
+ @keyframes bounceOutUp {
1787
+ 20% {
1788
+ -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
1789
+ transform: translate3d(0, -10px, 0) scaleY(0.985);
1790
+ }
1791
+
1792
+ 40%,
1793
+ 45% {
1794
+ opacity: 1;
1795
+ -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
1796
+ transform: translate3d(0, 20px, 0) scaleY(0.9);
1797
+ }
1798
+
1799
+ to {
1800
+ opacity: 0;
1801
+ -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
1802
+ transform: translate3d(0, -2000px, 0) scaleY(3);
1803
+ }
1804
+ }
1805
+ .animate__bounceOutUp {
1806
+ -webkit-animation-name: bounceOutUp;
1807
+ animation-name: bounceOutUp;
1808
+ }
1809
+ /* Fading entrances */
1810
+ @-webkit-keyframes fadeIn {
1811
+ from {
1812
+ opacity: 0;
1813
+ }
1814
+
1815
+ to {
1816
+ opacity: 1;
1817
+ }
1818
+ }
1819
+ @keyframes fadeIn {
1820
+ from {
1821
+ opacity: 0;
1822
+ }
1823
+
1824
+ to {
1825
+ opacity: 1;
1826
+ }
1827
+ }
1828
+ .animate__fadeIn {
1829
+ -webkit-animation-name: fadeIn;
1830
+ animation-name: fadeIn;
1831
+ }
1832
+ @-webkit-keyframes fadeInDown {
1833
+ from {
1834
+ opacity: 0;
1835
+ -webkit-transform: translate3d(0, -100%, 0);
1836
+ transform: translate3d(0, -100%, 0);
1837
+ }
1838
+
1839
+ to {
1840
+ opacity: 1;
1841
+ -webkit-transform: translate3d(0, 0, 0);
1842
+ transform: translate3d(0, 0, 0);
1843
+ }
1844
+ }
1845
+ @keyframes fadeInDown {
1846
+ from {
1847
+ opacity: 0;
1848
+ -webkit-transform: translate3d(0, -100%, 0);
1849
+ transform: translate3d(0, -100%, 0);
1850
+ }
1851
+
1852
+ to {
1853
+ opacity: 1;
1854
+ -webkit-transform: translate3d(0, 0, 0);
1855
+ transform: translate3d(0, 0, 0);
1856
+ }
1857
+ }
1858
+ .animate__fadeInDown {
1859
+ -webkit-animation-name: fadeInDown;
1860
+ animation-name: fadeInDown;
1861
+ }
1862
+ @-webkit-keyframes fadeInDownBig {
1863
+ from {
1864
+ opacity: 0;
1865
+ -webkit-transform: translate3d(0, -2000px, 0);
1866
+ transform: translate3d(0, -2000px, 0);
1867
+ }
1868
+
1869
+ to {
1870
+ opacity: 1;
1871
+ -webkit-transform: translate3d(0, 0, 0);
1872
+ transform: translate3d(0, 0, 0);
1873
+ }
1874
+ }
1875
+ @keyframes fadeInDownBig {
1876
+ from {
1877
+ opacity: 0;
1878
+ -webkit-transform: translate3d(0, -2000px, 0);
1879
+ transform: translate3d(0, -2000px, 0);
1880
+ }
1881
+
1882
+ to {
1883
+ opacity: 1;
1884
+ -webkit-transform: translate3d(0, 0, 0);
1885
+ transform: translate3d(0, 0, 0);
1886
+ }
1887
+ }
1888
+ .animate__fadeInDownBig {
1889
+ -webkit-animation-name: fadeInDownBig;
1890
+ animation-name: fadeInDownBig;
1891
+ }
1892
+ @-webkit-keyframes fadeInLeft {
1893
+ from {
1894
+ opacity: 0;
1895
+ -webkit-transform: translate3d(-100%, 0, 0);
1896
+ transform: translate3d(-100%, 0, 0);
1897
+ }
1898
+
1899
+ to {
1900
+ opacity: 1;
1901
+ -webkit-transform: translate3d(0, 0, 0);
1902
+ transform: translate3d(0, 0, 0);
1903
+ }
1904
+ }
1905
+ @keyframes fadeInLeft {
1906
+ from {
1907
+ opacity: 0;
1908
+ -webkit-transform: translate3d(-100%, 0, 0);
1909
+ transform: translate3d(-100%, 0, 0);
1910
+ }
1911
+
1912
+ to {
1913
+ opacity: 1;
1914
+ -webkit-transform: translate3d(0, 0, 0);
1915
+ transform: translate3d(0, 0, 0);
1916
+ }
1917
+ }
1918
+ .animate__fadeInLeft {
1919
+ -webkit-animation-name: fadeInLeft;
1920
+ animation-name: fadeInLeft;
1921
+ }
1922
+ @-webkit-keyframes fadeInLeftBig {
1923
+ from {
1924
+ opacity: 0;
1925
+ -webkit-transform: translate3d(-2000px, 0, 0);
1926
+ transform: translate3d(-2000px, 0, 0);
1927
+ }
1928
+
1929
+ to {
1930
+ opacity: 1;
1931
+ -webkit-transform: translate3d(0, 0, 0);
1932
+ transform: translate3d(0, 0, 0);
1933
+ }
1934
+ }
1935
+ @keyframes fadeInLeftBig {
1936
+ from {
1937
+ opacity: 0;
1938
+ -webkit-transform: translate3d(-2000px, 0, 0);
1939
+ transform: translate3d(-2000px, 0, 0);
1940
+ }
1941
+
1942
+ to {
1943
+ opacity: 1;
1944
+ -webkit-transform: translate3d(0, 0, 0);
1945
+ transform: translate3d(0, 0, 0);
1946
+ }
1947
+ }
1948
+ .animate__fadeInLeftBig {
1949
+ -webkit-animation-name: fadeInLeftBig;
1950
+ animation-name: fadeInLeftBig;
1951
+ }
1952
+ @-webkit-keyframes fadeInRight {
1953
+ from {
1954
+ opacity: 0;
1955
+ -webkit-transform: translate3d(100%, 0, 0);
1956
+ transform: translate3d(100%, 0, 0);
1957
+ }
1958
+
1959
+ to {
1960
+ opacity: 1;
1961
+ -webkit-transform: translate3d(0, 0, 0);
1962
+ transform: translate3d(0, 0, 0);
1963
+ }
1964
+ }
1965
+ @keyframes fadeInRight {
1966
+ from {
1967
+ opacity: 0;
1968
+ -webkit-transform: translate3d(100%, 0, 0);
1969
+ transform: translate3d(100%, 0, 0);
1970
+ }
1971
+
1972
+ to {
1973
+ opacity: 1;
1974
+ -webkit-transform: translate3d(0, 0, 0);
1975
+ transform: translate3d(0, 0, 0);
1976
+ }
1977
+ }
1978
+ .animate__fadeInRight {
1979
+ -webkit-animation-name: fadeInRight;
1980
+ animation-name: fadeInRight;
1981
+ }
1982
+ @-webkit-keyframes fadeInRightBig {
1983
+ from {
1984
+ opacity: 0;
1985
+ -webkit-transform: translate3d(2000px, 0, 0);
1986
+ transform: translate3d(2000px, 0, 0);
1987
+ }
1988
+
1989
+ to {
1990
+ opacity: 1;
1991
+ -webkit-transform: translate3d(0, 0, 0);
1992
+ transform: translate3d(0, 0, 0);
1993
+ }
1994
+ }
1995
+ @keyframes fadeInRightBig {
1996
+ from {
1997
+ opacity: 0;
1998
+ -webkit-transform: translate3d(2000px, 0, 0);
1999
+ transform: translate3d(2000px, 0, 0);
2000
+ }
2001
+
2002
+ to {
2003
+ opacity: 1;
2004
+ -webkit-transform: translate3d(0, 0, 0);
2005
+ transform: translate3d(0, 0, 0);
2006
+ }
2007
+ }
2008
+ .animate__fadeInRightBig {
2009
+ -webkit-animation-name: fadeInRightBig;
2010
+ animation-name: fadeInRightBig;
2011
+ }
2012
+ @-webkit-keyframes fadeInUp {
2013
+ from {
2014
+ opacity: 0;
2015
+ -webkit-transform: translate3d(0, 100%, 0);
2016
+ transform: translate3d(0, 100%, 0);
2017
+ }
2018
+
2019
+ to {
2020
+ opacity: 1;
2021
+ -webkit-transform: translate3d(0, 0, 0);
2022
+ transform: translate3d(0, 0, 0);
2023
+ }
2024
+ }
2025
+ @keyframes fadeInUp {
2026
+ from {
2027
+ opacity: 0;
2028
+ -webkit-transform: translate3d(0, 100%, 0);
2029
+ transform: translate3d(0, 100%, 0);
2030
+ }
2031
+
2032
+ to {
2033
+ opacity: 1;
2034
+ -webkit-transform: translate3d(0, 0, 0);
2035
+ transform: translate3d(0, 0, 0);
2036
+ }
2037
+ }
2038
+ .animate__fadeInUp {
2039
+ -webkit-animation-name: fadeInUp;
2040
+ animation-name: fadeInUp;
2041
+ }
2042
+ @-webkit-keyframes fadeInUpBig {
2043
+ from {
2044
+ opacity: 0;
2045
+ -webkit-transform: translate3d(0, 2000px, 0);
2046
+ transform: translate3d(0, 2000px, 0);
2047
+ }
2048
+
2049
+ to {
2050
+ opacity: 1;
2051
+ -webkit-transform: translate3d(0, 0, 0);
2052
+ transform: translate3d(0, 0, 0);
2053
+ }
2054
+ }
2055
+ @keyframes fadeInUpBig {
2056
+ from {
2057
+ opacity: 0;
2058
+ -webkit-transform: translate3d(0, 2000px, 0);
2059
+ transform: translate3d(0, 2000px, 0);
2060
+ }
2061
+
2062
+ to {
2063
+ opacity: 1;
2064
+ -webkit-transform: translate3d(0, 0, 0);
2065
+ transform: translate3d(0, 0, 0);
2066
+ }
2067
+ }
2068
+ .animate__fadeInUpBig {
2069
+ -webkit-animation-name: fadeInUpBig;
2070
+ animation-name: fadeInUpBig;
2071
+ }
2072
+ @-webkit-keyframes fadeInTopLeft {
2073
+ from {
2074
+ opacity: 0;
2075
+ -webkit-transform: translate3d(-100%, -100%, 0);
2076
+ transform: translate3d(-100%, -100%, 0);
2077
+ }
2078
+ to {
2079
+ opacity: 1;
2080
+ -webkit-transform: translate3d(0, 0, 0);
2081
+ transform: translate3d(0, 0, 0);
2082
+ }
2083
+ }
2084
+ @keyframes fadeInTopLeft {
2085
+ from {
2086
+ opacity: 0;
2087
+ -webkit-transform: translate3d(-100%, -100%, 0);
2088
+ transform: translate3d(-100%, -100%, 0);
2089
+ }
2090
+ to {
2091
+ opacity: 1;
2092
+ -webkit-transform: translate3d(0, 0, 0);
2093
+ transform: translate3d(0, 0, 0);
2094
+ }
2095
+ }
2096
+ .animate__fadeInTopLeft {
2097
+ -webkit-animation-name: fadeInTopLeft;
2098
+ animation-name: fadeInTopLeft;
2099
+ }
2100
+ @-webkit-keyframes fadeInTopRight {
2101
+ from {
2102
+ opacity: 0;
2103
+ -webkit-transform: translate3d(100%, -100%, 0);
2104
+ transform: translate3d(100%, -100%, 0);
2105
+ }
2106
+ to {
2107
+ opacity: 1;
2108
+ -webkit-transform: translate3d(0, 0, 0);
2109
+ transform: translate3d(0, 0, 0);
2110
+ }
2111
+ }
2112
+ @keyframes fadeInTopRight {
2113
+ from {
2114
+ opacity: 0;
2115
+ -webkit-transform: translate3d(100%, -100%, 0);
2116
+ transform: translate3d(100%, -100%, 0);
2117
+ }
2118
+ to {
2119
+ opacity: 1;
2120
+ -webkit-transform: translate3d(0, 0, 0);
2121
+ transform: translate3d(0, 0, 0);
2122
+ }
2123
+ }
2124
+ .animate__fadeInTopRight {
2125
+ -webkit-animation-name: fadeInTopRight;
2126
+ animation-name: fadeInTopRight;
2127
+ }
2128
+ @-webkit-keyframes fadeInBottomLeft {
2129
+ from {
2130
+ opacity: 0;
2131
+ -webkit-transform: translate3d(-100%, 100%, 0);
2132
+ transform: translate3d(-100%, 100%, 0);
2133
+ }
2134
+ to {
2135
+ opacity: 1;
2136
+ -webkit-transform: translate3d(0, 0, 0);
2137
+ transform: translate3d(0, 0, 0);
2138
+ }
2139
+ }
2140
+ @keyframes fadeInBottomLeft {
2141
+ from {
2142
+ opacity: 0;
2143
+ -webkit-transform: translate3d(-100%, 100%, 0);
2144
+ transform: translate3d(-100%, 100%, 0);
2145
+ }
2146
+ to {
2147
+ opacity: 1;
2148
+ -webkit-transform: translate3d(0, 0, 0);
2149
+ transform: translate3d(0, 0, 0);
2150
+ }
2151
+ }
2152
+ .animate__fadeInBottomLeft {
2153
+ -webkit-animation-name: fadeInBottomLeft;
2154
+ animation-name: fadeInBottomLeft;
2155
+ }
2156
+ @-webkit-keyframes fadeInBottomRight {
2157
+ from {
2158
+ opacity: 0;
2159
+ -webkit-transform: translate3d(100%, 100%, 0);
2160
+ transform: translate3d(100%, 100%, 0);
2161
+ }
2162
+ to {
2163
+ opacity: 1;
2164
+ -webkit-transform: translate3d(0, 0, 0);
2165
+ transform: translate3d(0, 0, 0);
2166
+ }
2167
+ }
2168
+ @keyframes fadeInBottomRight {
2169
+ from {
2170
+ opacity: 0;
2171
+ -webkit-transform: translate3d(100%, 100%, 0);
2172
+ transform: translate3d(100%, 100%, 0);
2173
+ }
2174
+ to {
2175
+ opacity: 1;
2176
+ -webkit-transform: translate3d(0, 0, 0);
2177
+ transform: translate3d(0, 0, 0);
2178
+ }
2179
+ }
2180
+ .animate__fadeInBottomRight {
2181
+ -webkit-animation-name: fadeInBottomRight;
2182
+ animation-name: fadeInBottomRight;
2183
+ }
2184
+ /* Fading exits */
2185
+ @-webkit-keyframes fadeOut {
2186
+ from {
2187
+ opacity: 1;
2188
+ }
2189
+
2190
+ to {
2191
+ opacity: 0;
2192
+ }
2193
+ }
2194
+ @keyframes fadeOut {
2195
+ from {
2196
+ opacity: 1;
2197
+ }
2198
+
2199
+ to {
2200
+ opacity: 0;
2201
+ }
2202
+ }
2203
+ .animate__fadeOut {
2204
+ -webkit-animation-name: fadeOut;
2205
+ animation-name: fadeOut;
2206
+ }
2207
+ @-webkit-keyframes fadeOutDown {
2208
+ from {
2209
+ opacity: 1;
2210
+ }
2211
+
2212
+ to {
2213
+ opacity: 0;
2214
+ -webkit-transform: translate3d(0, 100%, 0);
2215
+ transform: translate3d(0, 100%, 0);
2216
+ }
2217
+ }
2218
+ @keyframes fadeOutDown {
2219
+ from {
2220
+ opacity: 1;
2221
+ }
2222
+
2223
+ to {
2224
+ opacity: 0;
2225
+ -webkit-transform: translate3d(0, 100%, 0);
2226
+ transform: translate3d(0, 100%, 0);
2227
+ }
2228
+ }
2229
+ .animate__fadeOutDown {
2230
+ -webkit-animation-name: fadeOutDown;
2231
+ animation-name: fadeOutDown;
2232
+ }
2233
+ @-webkit-keyframes fadeOutDownBig {
2234
+ from {
2235
+ opacity: 1;
2236
+ }
2237
+
2238
+ to {
2239
+ opacity: 0;
2240
+ -webkit-transform: translate3d(0, 2000px, 0);
2241
+ transform: translate3d(0, 2000px, 0);
2242
+ }
2243
+ }
2244
+ @keyframes fadeOutDownBig {
2245
+ from {
2246
+ opacity: 1;
2247
+ }
2248
+
2249
+ to {
2250
+ opacity: 0;
2251
+ -webkit-transform: translate3d(0, 2000px, 0);
2252
+ transform: translate3d(0, 2000px, 0);
2253
+ }
2254
+ }
2255
+ .animate__fadeOutDownBig {
2256
+ -webkit-animation-name: fadeOutDownBig;
2257
+ animation-name: fadeOutDownBig;
2258
+ }
2259
+ @-webkit-keyframes fadeOutLeft {
2260
+ from {
2261
+ opacity: 1;
2262
+ }
2263
+
2264
+ to {
2265
+ opacity: 0;
2266
+ -webkit-transform: translate3d(-100%, 0, 0);
2267
+ transform: translate3d(-100%, 0, 0);
2268
+ }
2269
+ }
2270
+ @keyframes fadeOutLeft {
2271
+ from {
2272
+ opacity: 1;
2273
+ }
2274
+
2275
+ to {
2276
+ opacity: 0;
2277
+ -webkit-transform: translate3d(-100%, 0, 0);
2278
+ transform: translate3d(-100%, 0, 0);
2279
+ }
2280
+ }
2281
+ .animate__fadeOutLeft {
2282
+ -webkit-animation-name: fadeOutLeft;
2283
+ animation-name: fadeOutLeft;
2284
+ }
2285
+ @-webkit-keyframes fadeOutLeftBig {
2286
+ from {
2287
+ opacity: 1;
2288
+ }
2289
+
2290
+ to {
2291
+ opacity: 0;
2292
+ -webkit-transform: translate3d(-2000px, 0, 0);
2293
+ transform: translate3d(-2000px, 0, 0);
2294
+ }
2295
+ }
2296
+ @keyframes fadeOutLeftBig {
2297
+ from {
2298
+ opacity: 1;
2299
+ }
2300
+
2301
+ to {
2302
+ opacity: 0;
2303
+ -webkit-transform: translate3d(-2000px, 0, 0);
2304
+ transform: translate3d(-2000px, 0, 0);
2305
+ }
2306
+ }
2307
+ .animate__fadeOutLeftBig {
2308
+ -webkit-animation-name: fadeOutLeftBig;
2309
+ animation-name: fadeOutLeftBig;
2310
+ }
2311
+ @-webkit-keyframes fadeOutRight {
2312
+ from {
2313
+ opacity: 1;
2314
+ }
2315
+
2316
+ to {
2317
+ opacity: 0;
2318
+ -webkit-transform: translate3d(100%, 0, 0);
2319
+ transform: translate3d(100%, 0, 0);
2320
+ }
2321
+ }
2322
+ @keyframes fadeOutRight {
2323
+ from {
2324
+ opacity: 1;
2325
+ }
2326
+
2327
+ to {
2328
+ opacity: 0;
2329
+ -webkit-transform: translate3d(100%, 0, 0);
2330
+ transform: translate3d(100%, 0, 0);
2331
+ }
2332
+ }
2333
+ .animate__fadeOutRight {
2334
+ -webkit-animation-name: fadeOutRight;
2335
+ animation-name: fadeOutRight;
2336
+ }
2337
+ @-webkit-keyframes fadeOutRightBig {
2338
+ from {
2339
+ opacity: 1;
2340
+ }
2341
+
2342
+ to {
2343
+ opacity: 0;
2344
+ -webkit-transform: translate3d(2000px, 0, 0);
2345
+ transform: translate3d(2000px, 0, 0);
2346
+ }
2347
+ }
2348
+ @keyframes fadeOutRightBig {
2349
+ from {
2350
+ opacity: 1;
2351
+ }
2352
+
2353
+ to {
2354
+ opacity: 0;
2355
+ -webkit-transform: translate3d(2000px, 0, 0);
2356
+ transform: translate3d(2000px, 0, 0);
2357
+ }
2358
+ }
2359
+ .animate__fadeOutRightBig {
2360
+ -webkit-animation-name: fadeOutRightBig;
2361
+ animation-name: fadeOutRightBig;
2362
+ }
2363
+ @-webkit-keyframes fadeOutUp {
2364
+ from {
2365
+ opacity: 1;
2366
+ }
2367
+
2368
+ to {
2369
+ opacity: 0;
2370
+ -webkit-transform: translate3d(0, -100%, 0);
2371
+ transform: translate3d(0, -100%, 0);
2372
+ }
2373
+ }
2374
+ @keyframes fadeOutUp {
2375
+ from {
2376
+ opacity: 1;
2377
+ }
2378
+
2379
+ to {
2380
+ opacity: 0;
2381
+ -webkit-transform: translate3d(0, -100%, 0);
2382
+ transform: translate3d(0, -100%, 0);
2383
+ }
2384
+ }
2385
+ .animate__fadeOutUp {
2386
+ -webkit-animation-name: fadeOutUp;
2387
+ animation-name: fadeOutUp;
2388
+ }
2389
+ @-webkit-keyframes fadeOutUpBig {
2390
+ from {
2391
+ opacity: 1;
2392
+ }
2393
+
2394
+ to {
2395
+ opacity: 0;
2396
+ -webkit-transform: translate3d(0, -2000px, 0);
2397
+ transform: translate3d(0, -2000px, 0);
2398
+ }
2399
+ }
2400
+ @keyframes fadeOutUpBig {
2401
+ from {
2402
+ opacity: 1;
2403
+ }
2404
+
2405
+ to {
2406
+ opacity: 0;
2407
+ -webkit-transform: translate3d(0, -2000px, 0);
2408
+ transform: translate3d(0, -2000px, 0);
2409
+ }
2410
+ }
2411
+ .animate__fadeOutUpBig {
2412
+ -webkit-animation-name: fadeOutUpBig;
2413
+ animation-name: fadeOutUpBig;
2414
+ }
2415
+ @-webkit-keyframes fadeOutTopLeft {
2416
+ from {
2417
+ opacity: 1;
2418
+ -webkit-transform: translate3d(0, 0, 0);
2419
+ transform: translate3d(0, 0, 0);
2420
+ }
2421
+ to {
2422
+ opacity: 0;
2423
+ -webkit-transform: translate3d(-100%, -100%, 0);
2424
+ transform: translate3d(-100%, -100%, 0);
2425
+ }
2426
+ }
2427
+ @keyframes fadeOutTopLeft {
2428
+ from {
2429
+ opacity: 1;
2430
+ -webkit-transform: translate3d(0, 0, 0);
2431
+ transform: translate3d(0, 0, 0);
2432
+ }
2433
+ to {
2434
+ opacity: 0;
2435
+ -webkit-transform: translate3d(-100%, -100%, 0);
2436
+ transform: translate3d(-100%, -100%, 0);
2437
+ }
2438
+ }
2439
+ .animate__fadeOutTopLeft {
2440
+ -webkit-animation-name: fadeOutTopLeft;
2441
+ animation-name: fadeOutTopLeft;
2442
+ }
2443
+ @-webkit-keyframes fadeOutTopRight {
2444
+ from {
2445
+ opacity: 1;
2446
+ -webkit-transform: translate3d(0, 0, 0);
2447
+ transform: translate3d(0, 0, 0);
2448
+ }
2449
+ to {
2450
+ opacity: 0;
2451
+ -webkit-transform: translate3d(100%, -100%, 0);
2452
+ transform: translate3d(100%, -100%, 0);
2453
+ }
2454
+ }
2455
+ @keyframes fadeOutTopRight {
2456
+ from {
2457
+ opacity: 1;
2458
+ -webkit-transform: translate3d(0, 0, 0);
2459
+ transform: translate3d(0, 0, 0);
2460
+ }
2461
+ to {
2462
+ opacity: 0;
2463
+ -webkit-transform: translate3d(100%, -100%, 0);
2464
+ transform: translate3d(100%, -100%, 0);
2465
+ }
2466
+ }
2467
+ .animate__fadeOutTopRight {
2468
+ -webkit-animation-name: fadeOutTopRight;
2469
+ animation-name: fadeOutTopRight;
2470
+ }
2471
+ @-webkit-keyframes fadeOutBottomRight {
2472
+ from {
2473
+ opacity: 1;
2474
+ -webkit-transform: translate3d(0, 0, 0);
2475
+ transform: translate3d(0, 0, 0);
2476
+ }
2477
+ to {
2478
+ opacity: 0;
2479
+ -webkit-transform: translate3d(100%, 100%, 0);
2480
+ transform: translate3d(100%, 100%, 0);
2481
+ }
2482
+ }
2483
+ @keyframes fadeOutBottomRight {
2484
+ from {
2485
+ opacity: 1;
2486
+ -webkit-transform: translate3d(0, 0, 0);
2487
+ transform: translate3d(0, 0, 0);
2488
+ }
2489
+ to {
2490
+ opacity: 0;
2491
+ -webkit-transform: translate3d(100%, 100%, 0);
2492
+ transform: translate3d(100%, 100%, 0);
2493
+ }
2494
+ }
2495
+ .animate__fadeOutBottomRight {
2496
+ -webkit-animation-name: fadeOutBottomRight;
2497
+ animation-name: fadeOutBottomRight;
2498
+ }
2499
+ @-webkit-keyframes fadeOutBottomLeft {
2500
+ from {
2501
+ opacity: 1;
2502
+ -webkit-transform: translate3d(0, 0, 0);
2503
+ transform: translate3d(0, 0, 0);
2504
+ }
2505
+ to {
2506
+ opacity: 0;
2507
+ -webkit-transform: translate3d(-100%, 100%, 0);
2508
+ transform: translate3d(-100%, 100%, 0);
2509
+ }
2510
+ }
2511
+ @keyframes fadeOutBottomLeft {
2512
+ from {
2513
+ opacity: 1;
2514
+ -webkit-transform: translate3d(0, 0, 0);
2515
+ transform: translate3d(0, 0, 0);
2516
+ }
2517
+ to {
2518
+ opacity: 0;
2519
+ -webkit-transform: translate3d(-100%, 100%, 0);
2520
+ transform: translate3d(-100%, 100%, 0);
2521
+ }
2522
+ }
2523
+ .animate__fadeOutBottomLeft {
2524
+ -webkit-animation-name: fadeOutBottomLeft;
2525
+ animation-name: fadeOutBottomLeft;
2526
+ }
2527
+ /* Flippers */
2528
+ @-webkit-keyframes flip {
2529
+ from {
2530
+ -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
2531
+ transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
2532
+ -webkit-animation-timing-function: ease-out;
2533
+ animation-timing-function: ease-out;
2534
+ }
2535
+
2536
+ 40% {
2537
+ -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
2538
+ rotate3d(0, 1, 0, -190deg);
2539
+ transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
2540
+ rotate3d(0, 1, 0, -190deg);
2541
+ -webkit-animation-timing-function: ease-out;
2542
+ animation-timing-function: ease-out;
2543
+ }
2544
+
2545
+ 50% {
2546
+ -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
2547
+ rotate3d(0, 1, 0, -170deg);
2548
+ transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
2549
+ rotate3d(0, 1, 0, -170deg);
2550
+ -webkit-animation-timing-function: ease-in;
2551
+ animation-timing-function: ease-in;
2552
+ }
2553
+
2554
+ 80% {
2555
+ -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
2556
+ rotate3d(0, 1, 0, 0deg);
2557
+ transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
2558
+ rotate3d(0, 1, 0, 0deg);
2559
+ -webkit-animation-timing-function: ease-in;
2560
+ animation-timing-function: ease-in;
2561
+ }
2562
+
2563
+ to {
2564
+ -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
2565
+ transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
2566
+ -webkit-animation-timing-function: ease-in;
2567
+ animation-timing-function: ease-in;
2568
+ }
2569
+ }
2570
+ @keyframes flip {
2571
+ from {
2572
+ -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
2573
+ transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
2574
+ -webkit-animation-timing-function: ease-out;
2575
+ animation-timing-function: ease-out;
2576
+ }
2577
+
2578
+ 40% {
2579
+ -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
2580
+ rotate3d(0, 1, 0, -190deg);
2581
+ transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
2582
+ rotate3d(0, 1, 0, -190deg);
2583
+ -webkit-animation-timing-function: ease-out;
2584
+ animation-timing-function: ease-out;
2585
+ }
2586
+
2587
+ 50% {
2588
+ -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
2589
+ rotate3d(0, 1, 0, -170deg);
2590
+ transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
2591
+ rotate3d(0, 1, 0, -170deg);
2592
+ -webkit-animation-timing-function: ease-in;
2593
+ animation-timing-function: ease-in;
2594
+ }
2595
+
2596
+ 80% {
2597
+ -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
2598
+ rotate3d(0, 1, 0, 0deg);
2599
+ transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
2600
+ rotate3d(0, 1, 0, 0deg);
2601
+ -webkit-animation-timing-function: ease-in;
2602
+ animation-timing-function: ease-in;
2603
+ }
2604
+
2605
+ to {
2606
+ -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
2607
+ transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
2608
+ -webkit-animation-timing-function: ease-in;
2609
+ animation-timing-function: ease-in;
2610
+ }
2611
+ }
2612
+ .animate__animated.animate__flip {
2613
+ -webkit-backface-visibility: visible;
2614
+ backface-visibility: visible;
2615
+ -webkit-animation-name: flip;
2616
+ animation-name: flip;
2617
+ }
2618
+ @-webkit-keyframes flipInX {
2619
+ from {
2620
+ -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
2621
+ transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
2622
+ -webkit-animation-timing-function: ease-in;
2623
+ animation-timing-function: ease-in;
2624
+ opacity: 0;
2625
+ }
2626
+
2627
+ 40% {
2628
+ -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
2629
+ transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
2630
+ -webkit-animation-timing-function: ease-in;
2631
+ animation-timing-function: ease-in;
2632
+ }
2633
+
2634
+ 60% {
2635
+ -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
2636
+ transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
2637
+ opacity: 1;
2638
+ }
2639
+
2640
+ 80% {
2641
+ -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
2642
+ transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
2643
+ }
2644
+
2645
+ to {
2646
+ -webkit-transform: perspective(400px);
2647
+ transform: perspective(400px);
2648
+ }
2649
+ }
2650
+ @keyframes flipInX {
2651
+ from {
2652
+ -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
2653
+ transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
2654
+ -webkit-animation-timing-function: ease-in;
2655
+ animation-timing-function: ease-in;
2656
+ opacity: 0;
2657
+ }
2658
+
2659
+ 40% {
2660
+ -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
2661
+ transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
2662
+ -webkit-animation-timing-function: ease-in;
2663
+ animation-timing-function: ease-in;
2664
+ }
2665
+
2666
+ 60% {
2667
+ -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
2668
+ transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
2669
+ opacity: 1;
2670
+ }
2671
+
2672
+ 80% {
2673
+ -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
2674
+ transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
2675
+ }
2676
+
2677
+ to {
2678
+ -webkit-transform: perspective(400px);
2679
+ transform: perspective(400px);
2680
+ }
2681
+ }
2682
+ .animate__flipInX {
2683
+ -webkit-backface-visibility: visible !important;
2684
+ backface-visibility: visible !important;
2685
+ -webkit-animation-name: flipInX;
2686
+ animation-name: flipInX;
2687
+ }
2688
+ @-webkit-keyframes flipInY {
2689
+ from {
2690
+ -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
2691
+ transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
2692
+ -webkit-animation-timing-function: ease-in;
2693
+ animation-timing-function: ease-in;
2694
+ opacity: 0;
2695
+ }
2696
+
2697
+ 40% {
2698
+ -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
2699
+ transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
2700
+ -webkit-animation-timing-function: ease-in;
2701
+ animation-timing-function: ease-in;
2702
+ }
2703
+
2704
+ 60% {
2705
+ -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
2706
+ transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
2707
+ opacity: 1;
2708
+ }
2709
+
2710
+ 80% {
2711
+ -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
2712
+ transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
2713
+ }
2714
+
2715
+ to {
2716
+ -webkit-transform: perspective(400px);
2717
+ transform: perspective(400px);
2718
+ }
2719
+ }
2720
+ @keyframes flipInY {
2721
+ from {
2722
+ -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
2723
+ transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
2724
+ -webkit-animation-timing-function: ease-in;
2725
+ animation-timing-function: ease-in;
2726
+ opacity: 0;
2727
+ }
2728
+
2729
+ 40% {
2730
+ -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
2731
+ transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
2732
+ -webkit-animation-timing-function: ease-in;
2733
+ animation-timing-function: ease-in;
2734
+ }
2735
+
2736
+ 60% {
2737
+ -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
2738
+ transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
2739
+ opacity: 1;
2740
+ }
2741
+
2742
+ 80% {
2743
+ -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
2744
+ transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
2745
+ }
2746
+
2747
+ to {
2748
+ -webkit-transform: perspective(400px);
2749
+ transform: perspective(400px);
2750
+ }
2751
+ }
2752
+ .animate__flipInY {
2753
+ -webkit-backface-visibility: visible !important;
2754
+ backface-visibility: visible !important;
2755
+ -webkit-animation-name: flipInY;
2756
+ animation-name: flipInY;
2757
+ }
2758
+ @-webkit-keyframes flipOutX {
2759
+ from {
2760
+ -webkit-transform: perspective(400px);
2761
+ transform: perspective(400px);
2762
+ }
2763
+
2764
+ 30% {
2765
+ -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
2766
+ transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
2767
+ opacity: 1;
2768
+ }
2769
+
2770
+ to {
2771
+ -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
2772
+ transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
2773
+ opacity: 0;
2774
+ }
2775
+ }
2776
+ @keyframes flipOutX {
2777
+ from {
2778
+ -webkit-transform: perspective(400px);
2779
+ transform: perspective(400px);
2780
+ }
2781
+
2782
+ 30% {
2783
+ -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
2784
+ transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
2785
+ opacity: 1;
2786
+ }
2787
+
2788
+ to {
2789
+ -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
2790
+ transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
2791
+ opacity: 0;
2792
+ }
2793
+ }
2794
+ .animate__flipOutX {
2795
+ -webkit-animation-duration: calc(1s * 0.75);
2796
+ animation-duration: calc(1s * 0.75);
2797
+ -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
2798
+ animation-duration: calc(var(--animate-duration) * 0.75);
2799
+ -webkit-animation-name: flipOutX;
2800
+ animation-name: flipOutX;
2801
+ -webkit-backface-visibility: visible !important;
2802
+ backface-visibility: visible !important;
2803
+ }
2804
+ @-webkit-keyframes flipOutY {
2805
+ from {
2806
+ -webkit-transform: perspective(400px);
2807
+ transform: perspective(400px);
2808
+ }
2809
+
2810
+ 30% {
2811
+ -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
2812
+ transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
2813
+ opacity: 1;
2814
+ }
2815
+
2816
+ to {
2817
+ -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
2818
+ transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
2819
+ opacity: 0;
2820
+ }
2821
+ }
2822
+ @keyframes flipOutY {
2823
+ from {
2824
+ -webkit-transform: perspective(400px);
2825
+ transform: perspective(400px);
2826
+ }
2827
+
2828
+ 30% {
2829
+ -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
2830
+ transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
2831
+ opacity: 1;
2832
+ }
2833
+
2834
+ to {
2835
+ -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
2836
+ transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
2837
+ opacity: 0;
2838
+ }
2839
+ }
2840
+ .animate__flipOutY {
2841
+ -webkit-animation-duration: calc(1s * 0.75);
2842
+ animation-duration: calc(1s * 0.75);
2843
+ -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
2844
+ animation-duration: calc(var(--animate-duration) * 0.75);
2845
+ -webkit-backface-visibility: visible !important;
2846
+ backface-visibility: visible !important;
2847
+ -webkit-animation-name: flipOutY;
2848
+ animation-name: flipOutY;
2849
+ }
2850
+ /* Lightspeed */
2851
+ @-webkit-keyframes lightSpeedInRight {
2852
+ from {
2853
+ -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
2854
+ transform: translate3d(100%, 0, 0) skewX(-30deg);
2855
+ opacity: 0;
2856
+ }
2857
+
2858
+ 60% {
2859
+ -webkit-transform: skewX(20deg);
2860
+ transform: skewX(20deg);
2861
+ opacity: 1;
2862
+ }
2863
+
2864
+ 80% {
2865
+ -webkit-transform: skewX(-5deg);
2866
+ transform: skewX(-5deg);
2867
+ }
2868
+
2869
+ to {
2870
+ -webkit-transform: translate3d(0, 0, 0);
2871
+ transform: translate3d(0, 0, 0);
2872
+ }
2873
+ }
2874
+ @keyframes lightSpeedInRight {
2875
+ from {
2876
+ -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
2877
+ transform: translate3d(100%, 0, 0) skewX(-30deg);
2878
+ opacity: 0;
2879
+ }
2880
+
2881
+ 60% {
2882
+ -webkit-transform: skewX(20deg);
2883
+ transform: skewX(20deg);
2884
+ opacity: 1;
2885
+ }
2886
+
2887
+ 80% {
2888
+ -webkit-transform: skewX(-5deg);
2889
+ transform: skewX(-5deg);
2890
+ }
2891
+
2892
+ to {
2893
+ -webkit-transform: translate3d(0, 0, 0);
2894
+ transform: translate3d(0, 0, 0);
2895
+ }
2896
+ }
2897
+ .animate__lightSpeedInRight {
2898
+ -webkit-animation-name: lightSpeedInRight;
2899
+ animation-name: lightSpeedInRight;
2900
+ -webkit-animation-timing-function: ease-out;
2901
+ animation-timing-function: ease-out;
2902
+ }
2903
+ @-webkit-keyframes lightSpeedInLeft {
2904
+ from {
2905
+ -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
2906
+ transform: translate3d(-100%, 0, 0) skewX(30deg);
2907
+ opacity: 0;
2908
+ }
2909
+
2910
+ 60% {
2911
+ -webkit-transform: skewX(-20deg);
2912
+ transform: skewX(-20deg);
2913
+ opacity: 1;
2914
+ }
2915
+
2916
+ 80% {
2917
+ -webkit-transform: skewX(5deg);
2918
+ transform: skewX(5deg);
2919
+ }
2920
+
2921
+ to {
2922
+ -webkit-transform: translate3d(0, 0, 0);
2923
+ transform: translate3d(0, 0, 0);
2924
+ }
2925
+ }
2926
+ @keyframes lightSpeedInLeft {
2927
+ from {
2928
+ -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
2929
+ transform: translate3d(-100%, 0, 0) skewX(30deg);
2930
+ opacity: 0;
2931
+ }
2932
+
2933
+ 60% {
2934
+ -webkit-transform: skewX(-20deg);
2935
+ transform: skewX(-20deg);
2936
+ opacity: 1;
2937
+ }
2938
+
2939
+ 80% {
2940
+ -webkit-transform: skewX(5deg);
2941
+ transform: skewX(5deg);
2942
+ }
2943
+
2944
+ to {
2945
+ -webkit-transform: translate3d(0, 0, 0);
2946
+ transform: translate3d(0, 0, 0);
2947
+ }
2948
+ }
2949
+ .animate__lightSpeedInLeft {
2950
+ -webkit-animation-name: lightSpeedInLeft;
2951
+ animation-name: lightSpeedInLeft;
2952
+ -webkit-animation-timing-function: ease-out;
2953
+ animation-timing-function: ease-out;
2954
+ }
2955
+ @-webkit-keyframes lightSpeedOutRight {
2956
+ from {
2957
+ opacity: 1;
2958
+ }
2959
+
2960
+ to {
2961
+ -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
2962
+ transform: translate3d(100%, 0, 0) skewX(30deg);
2963
+ opacity: 0;
2964
+ }
2965
+ }
2966
+ @keyframes lightSpeedOutRight {
2967
+ from {
2968
+ opacity: 1;
2969
+ }
2970
+
2971
+ to {
2972
+ -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
2973
+ transform: translate3d(100%, 0, 0) skewX(30deg);
2974
+ opacity: 0;
2975
+ }
2976
+ }
2977
+ .animate__lightSpeedOutRight {
2978
+ -webkit-animation-name: lightSpeedOutRight;
2979
+ animation-name: lightSpeedOutRight;
2980
+ -webkit-animation-timing-function: ease-in;
2981
+ animation-timing-function: ease-in;
2982
+ }
2983
+ @-webkit-keyframes lightSpeedOutLeft {
2984
+ from {
2985
+ opacity: 1;
2986
+ }
2987
+
2988
+ to {
2989
+ -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
2990
+ transform: translate3d(-100%, 0, 0) skewX(-30deg);
2991
+ opacity: 0;
2992
+ }
2993
+ }
2994
+ @keyframes lightSpeedOutLeft {
2995
+ from {
2996
+ opacity: 1;
2997
+ }
2998
+
2999
+ to {
3000
+ -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
3001
+ transform: translate3d(-100%, 0, 0) skewX(-30deg);
3002
+ opacity: 0;
3003
+ }
3004
+ }
3005
+ .animate__lightSpeedOutLeft {
3006
+ -webkit-animation-name: lightSpeedOutLeft;
3007
+ animation-name: lightSpeedOutLeft;
3008
+ -webkit-animation-timing-function: ease-in;
3009
+ animation-timing-function: ease-in;
3010
+ }
3011
+ /* Rotating entrances */
3012
+ @-webkit-keyframes rotateIn {
3013
+ from {
3014
+ -webkit-transform: rotate3d(0, 0, 1, -200deg);
3015
+ transform: rotate3d(0, 0, 1, -200deg);
3016
+ opacity: 0;
3017
+ }
3018
+
3019
+ to {
3020
+ -webkit-transform: translate3d(0, 0, 0);
3021
+ transform: translate3d(0, 0, 0);
3022
+ opacity: 1;
3023
+ }
3024
+ }
3025
+ @keyframes rotateIn {
3026
+ from {
3027
+ -webkit-transform: rotate3d(0, 0, 1, -200deg);
3028
+ transform: rotate3d(0, 0, 1, -200deg);
3029
+ opacity: 0;
3030
+ }
3031
+
3032
+ to {
3033
+ -webkit-transform: translate3d(0, 0, 0);
3034
+ transform: translate3d(0, 0, 0);
3035
+ opacity: 1;
3036
+ }
3037
+ }
3038
+ .animate__rotateIn {
3039
+ -webkit-animation-name: rotateIn;
3040
+ animation-name: rotateIn;
3041
+ -webkit-transform-origin: center;
3042
+ transform-origin: center;
3043
+ }
3044
+ @-webkit-keyframes rotateInDownLeft {
3045
+ from {
3046
+ -webkit-transform: rotate3d(0, 0, 1, -45deg);
3047
+ transform: rotate3d(0, 0, 1, -45deg);
3048
+ opacity: 0;
3049
+ }
3050
+
3051
+ to {
3052
+ -webkit-transform: translate3d(0, 0, 0);
3053
+ transform: translate3d(0, 0, 0);
3054
+ opacity: 1;
3055
+ }
3056
+ }
3057
+ @keyframes rotateInDownLeft {
3058
+ from {
3059
+ -webkit-transform: rotate3d(0, 0, 1, -45deg);
3060
+ transform: rotate3d(0, 0, 1, -45deg);
3061
+ opacity: 0;
3062
+ }
3063
+
3064
+ to {
3065
+ -webkit-transform: translate3d(0, 0, 0);
3066
+ transform: translate3d(0, 0, 0);
3067
+ opacity: 1;
3068
+ }
3069
+ }
3070
+ .animate__rotateInDownLeft {
3071
+ -webkit-animation-name: rotateInDownLeft;
3072
+ animation-name: rotateInDownLeft;
3073
+ -webkit-transform-origin: left bottom;
3074
+ transform-origin: left bottom;
3075
+ }
3076
+ @-webkit-keyframes rotateInDownRight {
3077
+ from {
3078
+ -webkit-transform: rotate3d(0, 0, 1, 45deg);
3079
+ transform: rotate3d(0, 0, 1, 45deg);
3080
+ opacity: 0;
3081
+ }
3082
+
3083
+ to {
3084
+ -webkit-transform: translate3d(0, 0, 0);
3085
+ transform: translate3d(0, 0, 0);
3086
+ opacity: 1;
3087
+ }
3088
+ }
3089
+ @keyframes rotateInDownRight {
3090
+ from {
3091
+ -webkit-transform: rotate3d(0, 0, 1, 45deg);
3092
+ transform: rotate3d(0, 0, 1, 45deg);
3093
+ opacity: 0;
3094
+ }
3095
+
3096
+ to {
3097
+ -webkit-transform: translate3d(0, 0, 0);
3098
+ transform: translate3d(0, 0, 0);
3099
+ opacity: 1;
3100
+ }
3101
+ }
3102
+ .animate__rotateInDownRight {
3103
+ -webkit-animation-name: rotateInDownRight;
3104
+ animation-name: rotateInDownRight;
3105
+ -webkit-transform-origin: right bottom;
3106
+ transform-origin: right bottom;
3107
+ }
3108
+ @-webkit-keyframes rotateInUpLeft {
3109
+ from {
3110
+ -webkit-transform: rotate3d(0, 0, 1, 45deg);
3111
+ transform: rotate3d(0, 0, 1, 45deg);
3112
+ opacity: 0;
3113
+ }
3114
+
3115
+ to {
3116
+ -webkit-transform: translate3d(0, 0, 0);
3117
+ transform: translate3d(0, 0, 0);
3118
+ opacity: 1;
3119
+ }
3120
+ }
3121
+ @keyframes rotateInUpLeft {
3122
+ from {
3123
+ -webkit-transform: rotate3d(0, 0, 1, 45deg);
3124
+ transform: rotate3d(0, 0, 1, 45deg);
3125
+ opacity: 0;
3126
+ }
3127
+
3128
+ to {
3129
+ -webkit-transform: translate3d(0, 0, 0);
3130
+ transform: translate3d(0, 0, 0);
3131
+ opacity: 1;
3132
+ }
3133
+ }
3134
+ .animate__rotateInUpLeft {
3135
+ -webkit-animation-name: rotateInUpLeft;
3136
+ animation-name: rotateInUpLeft;
3137
+ -webkit-transform-origin: left bottom;
3138
+ transform-origin: left bottom;
3139
+ }
3140
+ @-webkit-keyframes rotateInUpRight {
3141
+ from {
3142
+ -webkit-transform: rotate3d(0, 0, 1, -90deg);
3143
+ transform: rotate3d(0, 0, 1, -90deg);
3144
+ opacity: 0;
3145
+ }
3146
+
3147
+ to {
3148
+ -webkit-transform: translate3d(0, 0, 0);
3149
+ transform: translate3d(0, 0, 0);
3150
+ opacity: 1;
3151
+ }
3152
+ }
3153
+ @keyframes rotateInUpRight {
3154
+ from {
3155
+ -webkit-transform: rotate3d(0, 0, 1, -90deg);
3156
+ transform: rotate3d(0, 0, 1, -90deg);
3157
+ opacity: 0;
3158
+ }
3159
+
3160
+ to {
3161
+ -webkit-transform: translate3d(0, 0, 0);
3162
+ transform: translate3d(0, 0, 0);
3163
+ opacity: 1;
3164
+ }
3165
+ }
3166
+ .animate__rotateInUpRight {
3167
+ -webkit-animation-name: rotateInUpRight;
3168
+ animation-name: rotateInUpRight;
3169
+ -webkit-transform-origin: right bottom;
3170
+ transform-origin: right bottom;
3171
+ }
3172
+ /* Rotating exits */
3173
+ @-webkit-keyframes rotateOut {
3174
+ from {
3175
+ opacity: 1;
3176
+ }
3177
+
3178
+ to {
3179
+ -webkit-transform: rotate3d(0, 0, 1, 200deg);
3180
+ transform: rotate3d(0, 0, 1, 200deg);
3181
+ opacity: 0;
3182
+ }
3183
+ }
3184
+ @keyframes rotateOut {
3185
+ from {
3186
+ opacity: 1;
3187
+ }
3188
+
3189
+ to {
3190
+ -webkit-transform: rotate3d(0, 0, 1, 200deg);
3191
+ transform: rotate3d(0, 0, 1, 200deg);
3192
+ opacity: 0;
3193
+ }
3194
+ }
3195
+ .animate__rotateOut {
3196
+ -webkit-animation-name: rotateOut;
3197
+ animation-name: rotateOut;
3198
+ -webkit-transform-origin: center;
3199
+ transform-origin: center;
3200
+ }
3201
+ @-webkit-keyframes rotateOutDownLeft {
3202
+ from {
3203
+ opacity: 1;
3204
+ }
3205
+
3206
+ to {
3207
+ -webkit-transform: rotate3d(0, 0, 1, 45deg);
3208
+ transform: rotate3d(0, 0, 1, 45deg);
3209
+ opacity: 0;
3210
+ }
3211
+ }
3212
+ @keyframes rotateOutDownLeft {
3213
+ from {
3214
+ opacity: 1;
3215
+ }
3216
+
3217
+ to {
3218
+ -webkit-transform: rotate3d(0, 0, 1, 45deg);
3219
+ transform: rotate3d(0, 0, 1, 45deg);
3220
+ opacity: 0;
3221
+ }
3222
+ }
3223
+ .animate__rotateOutDownLeft {
3224
+ -webkit-animation-name: rotateOutDownLeft;
3225
+ animation-name: rotateOutDownLeft;
3226
+ -webkit-transform-origin: left bottom;
3227
+ transform-origin: left bottom;
3228
+ }
3229
+ @-webkit-keyframes rotateOutDownRight {
3230
+ from {
3231
+ opacity: 1;
3232
+ }
3233
+
3234
+ to {
3235
+ -webkit-transform: rotate3d(0, 0, 1, -45deg);
3236
+ transform: rotate3d(0, 0, 1, -45deg);
3237
+ opacity: 0;
3238
+ }
3239
+ }
3240
+ @keyframes rotateOutDownRight {
3241
+ from {
3242
+ opacity: 1;
3243
+ }
3244
+
3245
+ to {
3246
+ -webkit-transform: rotate3d(0, 0, 1, -45deg);
3247
+ transform: rotate3d(0, 0, 1, -45deg);
3248
+ opacity: 0;
3249
+ }
3250
+ }
3251
+ .animate__rotateOutDownRight {
3252
+ -webkit-animation-name: rotateOutDownRight;
3253
+ animation-name: rotateOutDownRight;
3254
+ -webkit-transform-origin: right bottom;
3255
+ transform-origin: right bottom;
3256
+ }
3257
+ @-webkit-keyframes rotateOutUpLeft {
3258
+ from {
3259
+ opacity: 1;
3260
+ }
3261
+
3262
+ to {
3263
+ -webkit-transform: rotate3d(0, 0, 1, -45deg);
3264
+ transform: rotate3d(0, 0, 1, -45deg);
3265
+ opacity: 0;
3266
+ }
3267
+ }
3268
+ @keyframes rotateOutUpLeft {
3269
+ from {
3270
+ opacity: 1;
3271
+ }
3272
+
3273
+ to {
3274
+ -webkit-transform: rotate3d(0, 0, 1, -45deg);
3275
+ transform: rotate3d(0, 0, 1, -45deg);
3276
+ opacity: 0;
3277
+ }
3278
+ }
3279
+ .animate__rotateOutUpLeft {
3280
+ -webkit-animation-name: rotateOutUpLeft;
3281
+ animation-name: rotateOutUpLeft;
3282
+ -webkit-transform-origin: left bottom;
3283
+ transform-origin: left bottom;
3284
+ }
3285
+ @-webkit-keyframes rotateOutUpRight {
3286
+ from {
3287
+ opacity: 1;
3288
+ }
3289
+
3290
+ to {
3291
+ -webkit-transform: rotate3d(0, 0, 1, 90deg);
3292
+ transform: rotate3d(0, 0, 1, 90deg);
3293
+ opacity: 0;
3294
+ }
3295
+ }
3296
+ @keyframes rotateOutUpRight {
3297
+ from {
3298
+ opacity: 1;
3299
+ }
3300
+
3301
+ to {
3302
+ -webkit-transform: rotate3d(0, 0, 1, 90deg);
3303
+ transform: rotate3d(0, 0, 1, 90deg);
3304
+ opacity: 0;
3305
+ }
3306
+ }
3307
+ .animate__rotateOutUpRight {
3308
+ -webkit-animation-name: rotateOutUpRight;
3309
+ animation-name: rotateOutUpRight;
3310
+ -webkit-transform-origin: right bottom;
3311
+ transform-origin: right bottom;
3312
+ }
3313
+ /* Specials */
3314
+ @-webkit-keyframes hinge {
3315
+ 0% {
3316
+ -webkit-animation-timing-function: ease-in-out;
3317
+ animation-timing-function: ease-in-out;
3318
+ }
3319
+
3320
+ 20%,
3321
+ 60% {
3322
+ -webkit-transform: rotate3d(0, 0, 1, 80deg);
3323
+ transform: rotate3d(0, 0, 1, 80deg);
3324
+ -webkit-animation-timing-function: ease-in-out;
3325
+ animation-timing-function: ease-in-out;
3326
+ }
3327
+
3328
+ 40%,
3329
+ 80% {
3330
+ -webkit-transform: rotate3d(0, 0, 1, 60deg);
3331
+ transform: rotate3d(0, 0, 1, 60deg);
3332
+ -webkit-animation-timing-function: ease-in-out;
3333
+ animation-timing-function: ease-in-out;
3334
+ opacity: 1;
3335
+ }
3336
+
3337
+ to {
3338
+ -webkit-transform: translate3d(0, 700px, 0);
3339
+ transform: translate3d(0, 700px, 0);
3340
+ opacity: 0;
3341
+ }
3342
+ }
3343
+ @keyframes hinge {
3344
+ 0% {
3345
+ -webkit-animation-timing-function: ease-in-out;
3346
+ animation-timing-function: ease-in-out;
3347
+ }
3348
+
3349
+ 20%,
3350
+ 60% {
3351
+ -webkit-transform: rotate3d(0, 0, 1, 80deg);
3352
+ transform: rotate3d(0, 0, 1, 80deg);
3353
+ -webkit-animation-timing-function: ease-in-out;
3354
+ animation-timing-function: ease-in-out;
3355
+ }
3356
+
3357
+ 40%,
3358
+ 80% {
3359
+ -webkit-transform: rotate3d(0, 0, 1, 60deg);
3360
+ transform: rotate3d(0, 0, 1, 60deg);
3361
+ -webkit-animation-timing-function: ease-in-out;
3362
+ animation-timing-function: ease-in-out;
3363
+ opacity: 1;
3364
+ }
3365
+
3366
+ to {
3367
+ -webkit-transform: translate3d(0, 700px, 0);
3368
+ transform: translate3d(0, 700px, 0);
3369
+ opacity: 0;
3370
+ }
3371
+ }
3372
+ .animate__hinge {
3373
+ -webkit-animation-duration: calc(1s * 2);
3374
+ animation-duration: calc(1s * 2);
3375
+ -webkit-animation-duration: calc(var(--animate-duration) * 2);
3376
+ animation-duration: calc(var(--animate-duration) * 2);
3377
+ -webkit-animation-name: hinge;
3378
+ animation-name: hinge;
3379
+ -webkit-transform-origin: top left;
3380
+ transform-origin: top left;
3381
+ }
3382
+ @-webkit-keyframes jackInTheBox {
3383
+ from {
3384
+ opacity: 0;
3385
+ -webkit-transform: scale(0.1) rotate(30deg);
3386
+ transform: scale(0.1) rotate(30deg);
3387
+ -webkit-transform-origin: center bottom;
3388
+ transform-origin: center bottom;
3389
+ }
3390
+
3391
+ 50% {
3392
+ -webkit-transform: rotate(-10deg);
3393
+ transform: rotate(-10deg);
3394
+ }
3395
+
3396
+ 70% {
3397
+ -webkit-transform: rotate(3deg);
3398
+ transform: rotate(3deg);
3399
+ }
3400
+
3401
+ to {
3402
+ opacity: 1;
3403
+ -webkit-transform: scale(1);
3404
+ transform: scale(1);
3405
+ }
3406
+ }
3407
+ @keyframes jackInTheBox {
3408
+ from {
3409
+ opacity: 0;
3410
+ -webkit-transform: scale(0.1) rotate(30deg);
3411
+ transform: scale(0.1) rotate(30deg);
3412
+ -webkit-transform-origin: center bottom;
3413
+ transform-origin: center bottom;
3414
+ }
3415
+
3416
+ 50% {
3417
+ -webkit-transform: rotate(-10deg);
3418
+ transform: rotate(-10deg);
3419
+ }
3420
+
3421
+ 70% {
3422
+ -webkit-transform: rotate(3deg);
3423
+ transform: rotate(3deg);
3424
+ }
3425
+
3426
+ to {
3427
+ opacity: 1;
3428
+ -webkit-transform: scale(1);
3429
+ transform: scale(1);
3430
+ }
3431
+ }
3432
+ .animate__jackInTheBox {
3433
+ -webkit-animation-name: jackInTheBox;
3434
+ animation-name: jackInTheBox;
3435
+ }
3436
+ /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
3437
+ @-webkit-keyframes rollIn {
3438
+ from {
3439
+ opacity: 0;
3440
+ -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
3441
+ transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
3442
+ }
3443
+
3444
+ to {
3445
+ opacity: 1;
3446
+ -webkit-transform: translate3d(0, 0, 0);
3447
+ transform: translate3d(0, 0, 0);
3448
+ }
3449
+ }
3450
+ @keyframes rollIn {
3451
+ from {
3452
+ opacity: 0;
3453
+ -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
3454
+ transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
3455
+ }
3456
+
3457
+ to {
3458
+ opacity: 1;
3459
+ -webkit-transform: translate3d(0, 0, 0);
3460
+ transform: translate3d(0, 0, 0);
3461
+ }
3462
+ }
3463
+ .animate__rollIn {
3464
+ -webkit-animation-name: rollIn;
3465
+ animation-name: rollIn;
3466
+ }
3467
+ /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
3468
+ @-webkit-keyframes rollOut {
3469
+ from {
3470
+ opacity: 1;
3471
+ }
3472
+
3473
+ to {
3474
+ opacity: 0;
3475
+ -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
3476
+ transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
3477
+ }
3478
+ }
3479
+ @keyframes rollOut {
3480
+ from {
3481
+ opacity: 1;
3482
+ }
3483
+
3484
+ to {
3485
+ opacity: 0;
3486
+ -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
3487
+ transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
3488
+ }
3489
+ }
3490
+ .animate__rollOut {
3491
+ -webkit-animation-name: rollOut;
3492
+ animation-name: rollOut;
3493
+ }
3494
+ /* Zooming entrances */
3495
+ @-webkit-keyframes zoomIn {
3496
+ from {
3497
+ opacity: 0;
3498
+ -webkit-transform: scale3d(0.3, 0.3, 0.3);
3499
+ transform: scale3d(0.3, 0.3, 0.3);
3500
+ }
3501
+
3502
+ 50% {
3503
+ opacity: 1;
3504
+ }
3505
+ }
3506
+ @keyframes zoomIn {
3507
+ from {
3508
+ opacity: 0;
3509
+ -webkit-transform: scale3d(0.3, 0.3, 0.3);
3510
+ transform: scale3d(0.3, 0.3, 0.3);
3511
+ }
3512
+
3513
+ 50% {
3514
+ opacity: 1;
3515
+ }
3516
+ }
3517
+ .animate__zoomIn {
3518
+ -webkit-animation-name: zoomIn;
3519
+ animation-name: zoomIn;
3520
+ }
3521
+ @-webkit-keyframes zoomInDown {
3522
+ from {
3523
+ opacity: 0;
3524
+ -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
3525
+ transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
3526
+ -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
3527
+ animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
3528
+ }
3529
+
3530
+ 60% {
3531
+ opacity: 1;
3532
+ -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
3533
+ transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
3534
+ -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
3535
+ animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
3536
+ }
3537
+ }
3538
+ @keyframes zoomInDown {
3539
+ from {
3540
+ opacity: 0;
3541
+ -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
3542
+ transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
3543
+ -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
3544
+ animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
3545
+ }
3546
+
3547
+ 60% {
3548
+ opacity: 1;
3549
+ -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
3550
+ transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
3551
+ -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
3552
+ animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
3553
+ }
3554
+ }
3555
+ .animate__zoomInDown {
3556
+ -webkit-animation-name: zoomInDown;
3557
+ animation-name: zoomInDown;
3558
+ }
3559
+ @-webkit-keyframes zoomInLeft {
3560
+ from {
3561
+ opacity: 0;
3562
+ -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
3563
+ transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
3564
+ -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
3565
+ animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
3566
+ }
3567
+
3568
+ 60% {
3569
+ opacity: 1;
3570
+ -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
3571
+ transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
3572
+ -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
3573
+ animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
3574
+ }
3575
+ }
3576
+ @keyframes zoomInLeft {
3577
+ from {
3578
+ opacity: 0;
3579
+ -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
3580
+ transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
3581
+ -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
3582
+ animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
3583
+ }
3584
+
3585
+ 60% {
3586
+ opacity: 1;
3587
+ -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
3588
+ transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
3589
+ -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
3590
+ animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
3591
+ }
3592
+ }
3593
+ .animate__zoomInLeft {
3594
+ -webkit-animation-name: zoomInLeft;
3595
+ animation-name: zoomInLeft;
3596
+ }
3597
+ @-webkit-keyframes zoomInRight {
3598
+ from {
3599
+ opacity: 0;
3600
+ -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
3601
+ transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
3602
+ -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
3603
+ animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
3604
+ }
3605
+
3606
+ 60% {
3607
+ opacity: 1;
3608
+ -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
3609
+ transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
3610
+ -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
3611
+ animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
3612
+ }
3613
+ }
3614
+ @keyframes zoomInRight {
3615
+ from {
3616
+ opacity: 0;
3617
+ -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
3618
+ transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
3619
+ -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
3620
+ animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
3621
+ }
3622
+
3623
+ 60% {
3624
+ opacity: 1;
3625
+ -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
3626
+ transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
3627
+ -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
3628
+ animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
3629
+ }
3630
+ }
3631
+ .animate__zoomInRight {
3632
+ -webkit-animation-name: zoomInRight;
3633
+ animation-name: zoomInRight;
3634
+ }
3635
+ @-webkit-keyframes zoomInUp {
3636
+ from {
3637
+ opacity: 0;
3638
+ -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
3639
+ transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
3640
+ -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
3641
+ animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
3642
+ }
3643
+
3644
+ 60% {
3645
+ opacity: 1;
3646
+ -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
3647
+ transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
3648
+ -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
3649
+ animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
3650
+ }
3651
+ }
3652
+ @keyframes zoomInUp {
3653
+ from {
3654
+ opacity: 0;
3655
+ -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
3656
+ transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
3657
+ -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
3658
+ animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
3659
+ }
3660
+
3661
+ 60% {
3662
+ opacity: 1;
3663
+ -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
3664
+ transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
3665
+ -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
3666
+ animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
3667
+ }
3668
+ }
3669
+ .animate__zoomInUp {
3670
+ -webkit-animation-name: zoomInUp;
3671
+ animation-name: zoomInUp;
3672
+ }
3673
+ /* Zooming exits */
3674
+ @-webkit-keyframes zoomOut {
3675
+ from {
3676
+ opacity: 1;
3677
+ }
3678
+
3679
+ 50% {
3680
+ opacity: 0;
3681
+ -webkit-transform: scale3d(0.3, 0.3, 0.3);
3682
+ transform: scale3d(0.3, 0.3, 0.3);
3683
+ }
3684
+
3685
+ to {
3686
+ opacity: 0;
3687
+ }
3688
+ }
3689
+ @keyframes zoomOut {
3690
+ from {
3691
+ opacity: 1;
3692
+ }
3693
+
3694
+ 50% {
3695
+ opacity: 0;
3696
+ -webkit-transform: scale3d(0.3, 0.3, 0.3);
3697
+ transform: scale3d(0.3, 0.3, 0.3);
3698
+ }
3699
+
3700
+ to {
3701
+ opacity: 0;
3702
+ }
3703
+ }
3704
+ .animate__zoomOut {
3705
+ -webkit-animation-name: zoomOut;
3706
+ animation-name: zoomOut;
3707
+ }
3708
+ @-webkit-keyframes zoomOutDown {
3709
+ 40% {
3710
+ opacity: 1;
3711
+ -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
3712
+ transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
3713
+ -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
3714
+ animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
3715
+ }
3716
+
3717
+ to {
3718
+ opacity: 0;
3719
+ -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
3720
+ transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
3721
+ -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
3722
+ animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
3723
+ }
3724
+ }
3725
+ @keyframes zoomOutDown {
3726
+ 40% {
3727
+ opacity: 1;
3728
+ -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
3729
+ transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
3730
+ -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
3731
+ animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
3732
+ }
3733
+
3734
+ to {
3735
+ opacity: 0;
3736
+ -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
3737
+ transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
3738
+ -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
3739
+ animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
3740
+ }
3741
+ }
3742
+ .animate__zoomOutDown {
3743
+ -webkit-animation-name: zoomOutDown;
3744
+ animation-name: zoomOutDown;
3745
+ -webkit-transform-origin: center bottom;
3746
+ transform-origin: center bottom;
3747
+ }
3748
+ @-webkit-keyframes zoomOutLeft {
3749
+ 40% {
3750
+ opacity: 1;
3751
+ -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
3752
+ transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
3753
+ }
3754
+
3755
+ to {
3756
+ opacity: 0;
3757
+ -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
3758
+ transform: scale(0.1) translate3d(-2000px, 0, 0);
3759
+ }
3760
+ }
3761
+ @keyframes zoomOutLeft {
3762
+ 40% {
3763
+ opacity: 1;
3764
+ -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
3765
+ transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
3766
+ }
3767
+
3768
+ to {
3769
+ opacity: 0;
3770
+ -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
3771
+ transform: scale(0.1) translate3d(-2000px, 0, 0);
3772
+ }
3773
+ }
3774
+ .animate__zoomOutLeft {
3775
+ -webkit-animation-name: zoomOutLeft;
3776
+ animation-name: zoomOutLeft;
3777
+ -webkit-transform-origin: left center;
3778
+ transform-origin: left center;
3779
+ }
3780
+ @-webkit-keyframes zoomOutRight {
3781
+ 40% {
3782
+ opacity: 1;
3783
+ -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
3784
+ transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
3785
+ }
3786
+
3787
+ to {
3788
+ opacity: 0;
3789
+ -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
3790
+ transform: scale(0.1) translate3d(2000px, 0, 0);
3791
+ }
3792
+ }
3793
+ @keyframes zoomOutRight {
3794
+ 40% {
3795
+ opacity: 1;
3796
+ -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
3797
+ transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
3798
+ }
3799
+
3800
+ to {
3801
+ opacity: 0;
3802
+ -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
3803
+ transform: scale(0.1) translate3d(2000px, 0, 0);
3804
+ }
3805
+ }
3806
+ .animate__zoomOutRight {
3807
+ -webkit-animation-name: zoomOutRight;
3808
+ animation-name: zoomOutRight;
3809
+ -webkit-transform-origin: right center;
3810
+ transform-origin: right center;
3811
+ }
3812
+ @-webkit-keyframes zoomOutUp {
3813
+ 40% {
3814
+ opacity: 1;
3815
+ -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
3816
+ transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
3817
+ -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
3818
+ animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
3819
+ }
3820
+
3821
+ to {
3822
+ opacity: 0;
3823
+ -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
3824
+ transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
3825
+ -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
3826
+ animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
3827
+ }
3828
+ }
3829
+ @keyframes zoomOutUp {
3830
+ 40% {
3831
+ opacity: 1;
3832
+ -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
3833
+ transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
3834
+ -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
3835
+ animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
3836
+ }
3837
+
3838
+ to {
3839
+ opacity: 0;
3840
+ -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
3841
+ transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
3842
+ -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
3843
+ animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
3844
+ }
3845
+ }
3846
+ .animate__zoomOutUp {
3847
+ -webkit-animation-name: zoomOutUp;
3848
+ animation-name: zoomOutUp;
3849
+ -webkit-transform-origin: center bottom;
3850
+ transform-origin: center bottom;
3851
+ }
3852
+ /* Sliding entrances */
3853
+ @-webkit-keyframes slideInDown {
3854
+ from {
3855
+ -webkit-transform: translate3d(0, -100%, 0);
3856
+ transform: translate3d(0, -100%, 0);
3857
+ visibility: visible;
3858
+ }
3859
+
3860
+ to {
3861
+ -webkit-transform: translate3d(0, 0, 0);
3862
+ transform: translate3d(0, 0, 0);
3863
+ }
3864
+ }
3865
+ @keyframes slideInDown {
3866
+ from {
3867
+ -webkit-transform: translate3d(0, -100%, 0);
3868
+ transform: translate3d(0, -100%, 0);
3869
+ visibility: visible;
3870
+ }
3871
+
3872
+ to {
3873
+ -webkit-transform: translate3d(0, 0, 0);
3874
+ transform: translate3d(0, 0, 0);
3875
+ }
3876
+ }
3877
+ .animate__slideInDown {
3878
+ -webkit-animation-name: slideInDown;
3879
+ animation-name: slideInDown;
3880
+ }
3881
+ @-webkit-keyframes slideInLeft {
3882
+ from {
3883
+ -webkit-transform: translate3d(-100%, 0, 0);
3884
+ transform: translate3d(-100%, 0, 0);
3885
+ visibility: visible;
3886
+ }
3887
+
3888
+ to {
3889
+ -webkit-transform: translate3d(0, 0, 0);
3890
+ transform: translate3d(0, 0, 0);
3891
+ }
3892
+ }
3893
+ @keyframes slideInLeft {
3894
+ from {
3895
+ -webkit-transform: translate3d(-100%, 0, 0);
3896
+ transform: translate3d(-100%, 0, 0);
3897
+ visibility: visible;
3898
+ }
3899
+
3900
+ to {
3901
+ -webkit-transform: translate3d(0, 0, 0);
3902
+ transform: translate3d(0, 0, 0);
3903
+ }
3904
+ }
3905
+ .animate__slideInLeft {
3906
+ -webkit-animation-name: slideInLeft;
3907
+ animation-name: slideInLeft;
3908
+ }
3909
+ @-webkit-keyframes slideInRight {
3910
+ from {
3911
+ -webkit-transform: translate3d(100%, 0, 0);
3912
+ transform: translate3d(100%, 0, 0);
3913
+ visibility: visible;
3914
+ }
3915
+
3916
+ to {
3917
+ -webkit-transform: translate3d(0, 0, 0);
3918
+ transform: translate3d(0, 0, 0);
3919
+ }
3920
+ }
3921
+ @keyframes slideInRight {
3922
+ from {
3923
+ -webkit-transform: translate3d(100%, 0, 0);
3924
+ transform: translate3d(100%, 0, 0);
3925
+ visibility: visible;
3926
+ }
3927
+
3928
+ to {
3929
+ -webkit-transform: translate3d(0, 0, 0);
3930
+ transform: translate3d(0, 0, 0);
3931
+ }
3932
+ }
3933
+ .animate__slideInRight {
3934
+ -webkit-animation-name: slideInRight;
3935
+ animation-name: slideInRight;
3936
+ }
3937
+ @-webkit-keyframes slideInUp {
3938
+ from {
3939
+ -webkit-transform: translate3d(0, 100%, 0);
3940
+ transform: translate3d(0, 100%, 0);
3941
+ visibility: visible;
3942
+ }
3943
+
3944
+ to {
3945
+ -webkit-transform: translate3d(0, 0, 0);
3946
+ transform: translate3d(0, 0, 0);
3947
+ }
3948
+ }
3949
+ @keyframes slideInUp {
3950
+ from {
3951
+ -webkit-transform: translate3d(0, 100%, 0);
3952
+ transform: translate3d(0, 100%, 0);
3953
+ visibility: visible;
3954
+ }
3955
+
3956
+ to {
3957
+ -webkit-transform: translate3d(0, 0, 0);
3958
+ transform: translate3d(0, 0, 0);
3959
+ }
3960
+ }
3961
+ .animate__slideInUp {
3962
+ -webkit-animation-name: slideInUp;
3963
+ animation-name: slideInUp;
3964
+ }
3965
+ /* Sliding exits */
3966
+ @-webkit-keyframes slideOutDown {
3967
+ from {
3968
+ -webkit-transform: translate3d(0, 0, 0);
3969
+ transform: translate3d(0, 0, 0);
3970
+ }
3971
+
3972
+ to {
3973
+ visibility: hidden;
3974
+ -webkit-transform: translate3d(0, 100%, 0);
3975
+ transform: translate3d(0, 100%, 0);
3976
+ }
3977
+ }
3978
+ @keyframes slideOutDown {
3979
+ from {
3980
+ -webkit-transform: translate3d(0, 0, 0);
3981
+ transform: translate3d(0, 0, 0);
3982
+ }
3983
+
3984
+ to {
3985
+ visibility: hidden;
3986
+ -webkit-transform: translate3d(0, 100%, 0);
3987
+ transform: translate3d(0, 100%, 0);
3988
+ }
3989
+ }
3990
+ .animate__slideOutDown {
3991
+ -webkit-animation-name: slideOutDown;
3992
+ animation-name: slideOutDown;
3993
+ }
3994
+ @-webkit-keyframes slideOutLeft {
3995
+ from {
3996
+ -webkit-transform: translate3d(0, 0, 0);
3997
+ transform: translate3d(0, 0, 0);
3998
+ }
3999
+
4000
+ to {
4001
+ visibility: hidden;
4002
+ -webkit-transform: translate3d(-100%, 0, 0);
4003
+ transform: translate3d(-100%, 0, 0);
4004
+ }
4005
+ }
4006
+ @keyframes slideOutLeft {
4007
+ from {
4008
+ -webkit-transform: translate3d(0, 0, 0);
4009
+ transform: translate3d(0, 0, 0);
4010
+ }
4011
+
4012
+ to {
4013
+ visibility: hidden;
4014
+ -webkit-transform: translate3d(-100%, 0, 0);
4015
+ transform: translate3d(-100%, 0, 0);
4016
+ }
4017
+ }
4018
+ .animate__slideOutLeft {
4019
+ -webkit-animation-name: slideOutLeft;
4020
+ animation-name: slideOutLeft;
4021
+ }
4022
+ @-webkit-keyframes slideOutRight {
4023
+ from {
4024
+ -webkit-transform: translate3d(0, 0, 0);
4025
+ transform: translate3d(0, 0, 0);
4026
+ }
4027
+
4028
+ to {
4029
+ visibility: hidden;
4030
+ -webkit-transform: translate3d(100%, 0, 0);
4031
+ transform: translate3d(100%, 0, 0);
4032
+ }
4033
+ }
4034
+ @keyframes slideOutRight {
4035
+ from {
4036
+ -webkit-transform: translate3d(0, 0, 0);
4037
+ transform: translate3d(0, 0, 0);
4038
+ }
4039
+
4040
+ to {
4041
+ visibility: hidden;
4042
+ -webkit-transform: translate3d(100%, 0, 0);
4043
+ transform: translate3d(100%, 0, 0);
4044
+ }
4045
+ }
4046
+ .animate__slideOutRight {
4047
+ -webkit-animation-name: slideOutRight;
4048
+ animation-name: slideOutRight;
4049
+ }
4050
+ @-webkit-keyframes slideOutUp {
4051
+ from {
4052
+ -webkit-transform: translate3d(0, 0, 0);
4053
+ transform: translate3d(0, 0, 0);
4054
+ }
4055
+
4056
+ to {
4057
+ visibility: hidden;
4058
+ -webkit-transform: translate3d(0, -100%, 0);
4059
+ transform: translate3d(0, -100%, 0);
4060
+ }
4061
+ }
4062
+ @keyframes slideOutUp {
4063
+ from {
4064
+ -webkit-transform: translate3d(0, 0, 0);
4065
+ transform: translate3d(0, 0, 0);
4066
+ }
4067
+
4068
+ to {
4069
+ visibility: hidden;
4070
+ -webkit-transform: translate3d(0, -100%, 0);
4071
+ transform: translate3d(0, -100%, 0);
4072
+ }
4073
+ }
4074
+ .animate__slideOutUp {
4075
+ -webkit-animation-name: slideOutUp;
4076
+ animation-name: slideOutUp;
4077
+ }
4078
+ `;
4079
+ const styles = "/*\n[ Standard Element ]\n*/\n\nhtml {\n font-size: 100%;\n -ms-text-size-adjust: 100%;\n -webkit-text-size-adjust: 100%;\n}\nbody {\n color: var(--wje-color-contrast-8);\n font-family: var(--wje-font-family);\n font-size: var(--wje-font-size);\n font-weight: normal;\n letter-spacing: 0.01em;\n -webkit-font-smoothing: antialiased;\n -webkit-text-size-adjust: 100%;\n -ms-text-size-adjust: 100%;\n -webkit-font-feature-settings: 'kern' 1;\n -moz-font-feature-settings: 'kern' 1;\n margin: 0;\n padding: 0 !important;\n}\n/* Headings\n------------------------------------\n*/\nh1,\nh2,\nh3,\nh4,\nh5,\nh6 {\n margin: 0.625rem 0;\n font-family: var(--wje-font-family);\n -webkit-font-smoothing: antialiased;\n -webkit-text-size-adjust: 100%;\n -ms-text-size-adjust: 100%;\n font-weight: 500;\n color: inherit;\n display: inline-block;\n}\nh1 {\n font-size: var(--wje-font-size-2x-large);\n line-height: 44px;\n letter-spacing: -0.0141279em;\n}\nh2 {\n font-size: var(--wje-font-size-x-large);\n line-height: 34px;\n letter-spacing: -0.021em;\n}\nh3 {\n font-size: var(--wje-font-size-large);\n line-height: 28px;\n letter-spacing: -0.0114923em;\n}\nh4 {\n font-size: var(--wje-font-size-large);\n line-height: 26px;\n letter-spacing: -0.00865734em;\n}\nh5 {\n font-size: var(--wje-font-size-medium);\n line-height: 24px;\n letter-spacing: -0.00630069em;\n}\nh3 small,\nh4 small,\nh5 small {\n font-weight: 300;\n}\nh1.block,\nh2.block,\nh3.block,\nh4.block,\nh5.block,\nh6.block {\n padding-bottom: 0.625rem;\n}\n/* Lins and Others\n------------------------------------\n*/\na {\n text-shadow: none !important;\n color: var(--wje-color-primary-11);\n transition:\n color 0.1s linear 0s,\n background-color 0.1s linear 0s,\n opacity 0.2s linear 0s !important;\n font-weight: 500;\n}\na:focus,\na:hover,\na:active {\n color: var(--wje-color-primary);\n}\n\na,\na:focus,\na:hover,\na:active {\n outline: 0 !important;\n text-decoration: none;\n}\n\na.no-style {\n color: inherit;\n font-weight: normal;\n}\n\nbr {\n line-height: normal;\n clear: both;\n}\n\np {\n display: block;\n color: inherit;\n font-size: var(--wje-font-size);\n font-weight: normal;\n letter-spacing: 0.00177646em;\n line-height: 21px;\n margin: 0 0 0.625rem 0;\n font-style: normal;\n white-space: normal;\n}\n\nsmall,\n.small {\n line-height: 18px;\n font-size: 85.714%;\n}\n\nlabel {\n &.inline {\n display: inline-block;\n position: relative;\n top: 0;\n font-size: 13px;\n }\n}\n\nul,\nol {\n margin-bottom: 0.625rem;\n & > li {\n padding-left: 3px;\n line-height: 24px;\n }\n &.lg-icon {\n & > li {\n font-size: 21px;\n & span {\n font-size: 14px;\n }\n }\n }\n &.no-style {\n list-style: none;\n padding-left: 5px;\n }\n}\n\naddress {\n margin-bottom: 0;\n a {\n color: var(--wje-color-contrast-8);\n }\n}\n\nblockquote {\n padding: 4px 0 0 18px;\n border-left: 0;\n &:before {\n content: '\\e95d';\n font-size: 20px;\n margin-right: 6px;\n float: left;\n position: relative;\n top: -12px;\n }\n p {\n font-size: 16px;\n margin-bottom: 4px;\n }\n small {\n line-height: 29px;\n color: var(--wje-color-contrast-8);\n &:before {\n content: '—';\n margin-right: 6px;\n }\n }\n &.pull-right {\n border-right: 0;\n &:before {\n float: right;\n content: '';\n margin-left: 6px;\n margin-right: 0;\n }\n small {\n padding-right: 30px;\n &:after {\n content: '';\n }\n }\n }\n}\nhr {\n border-color: var(--wje-border-color);\n &.double {\n border-width: 2px;\n }\n &.dotted {\n border-style: dotted none none;\n }\n}\n\n.ff-sup {\n font-feature-settings:\n 'kern' 1,\n 'sups' 1;\n -webkit-font-feature-settings:\n 'kern' 1,\n 'sups' 1;\n -moz-font-feature-settings:\n 'kern' 1,\n 'sups' 1;\n}\n\n.ff-sub {\n font-feature-settings:\n 'kern' 1,\n 'subs' 1;\n -webkit-font-feature-settings:\n 'kern' 1,\n 'subs' 1;\n -moz-font-feature-settings:\n 'kern' 1,\n 'subs' 1;\n}\n\n/* Standard HTML Typography tags\n------------------------------------\n*/\n\ncode {\n color: var(--wje-color-contrast-6);\n background-color: var(--wje-color);\n font-size: 97%;\n position: relative;\n line-height: inherit;\n border-radius: 3px;\n padding: 5px 7px;\n margin: 0;\n &:hover {\n color: var(--wje-color-complete);\n }\n &.code-sm {\n padding: 3px 6px;\n }\n}\n\nfigcaption {\n font-size: 13px;\n margin-top: 0.625rem;\n font-weight: 400;\n display: block;\n letter-spacing: 0.008em;\n text-align: center;\n color: var(--wje-color-contrast-6);\n line-height: 1.46;\n}\n\nem {\n font-style: italic !important;\n font-family: inherit;\n font-weight: inherit;\n}\n\nins {\n font-family: var(--wje-font-family);\n border-bottom: 1px solid #d0d0d0;\n text-decoration: none;\n color: var(--wje-color-contrast-8);\n font-weight: normal;\n font-size: 94%;\n}\n\ncite {\n font-family: var(--wje-font-family);\n font-weight: 300;\n color: var(--wje-color-contrast-6);\n text-decoration: none;\n font-style: normal;\n hanging-punctuation: first;\n}\n\nsup {\n top: -0.28em;\n font-size: 70%;\n}\n\nsub {\n bottom: 0.03em;\n}\n\nvar {\n font-family: var(--wje-font-family);\n font-feature-settings:\n 'calt' 1,\n 'tnum' 1,\n 'frac' 1,\n 'case' 1,\n 'ss01' 1,\n 'cv11' 1;\n}\n\nabbr {\n text-decoration: none;\n letter-spacing: 0.01em;\n background-color: transparent;\n border-bottom: 2px solid #ffba5a;\n transition-property: color, background, border;\n transition-duration: 0.15s;\n transition-timing-function: linear;\n color: var(--wje-color-contrast-8);\n}\n\nq {\n font-family: var(--wje-font-family);\n font-weight: 500;\n font-size: 20px;\n hanging-punctuation: first;\n\n &:before {\n content: '\\201C';\n color: rgba(0, 0, 0, 0.44);\n font-size: 35px;\n }\n\n &:after {\n content: '\\201D';\n font-size: 35px;\n color: rgba(0, 0, 0, 0.44);\n }\n}\naudio {\n margin-top: 42px;\n}\nhr {\n clear: both;\n margin-bottom: 42px;\n margin-top: 42px;\n border: 0;\n border-bottom: 1px solid rgba(0, 0, 0, 0.13);\n}\naddress {\n font-family: var(--wje-font-family);\n font-style: normal;\n margin: 0 0 1.75em;\n font-size: 14px;\n line-height: 24px;\n margin-top: 24px;\n}\nabbr {\n text-decoration: none;\n letter-spacing: 0.01em;\n background-color: transparent;\n border-bottom: 2px solid #ffba5a;\n transition-property: color, background, border;\n transition-duration: 0.15s;\n transition-timing-function: linear;\n color: var(--wje-color-contrast-8);\n}\n\nacronym {\n text-decoration: none;\n text-transform: uppercase;\n letter-spacing: 0.06em;\n background-color: transparent;\n border-bottom: 2px solid #ffba5a;\n transition-property: color, background, border;\n transition-duration: 0.15s;\n transition-timing-function: linear;\n color: var(--wje-color-contrast-8);\n}\n\npre {\n tab-size: 4;\n font-size: 85.714%;\n overflow-x: auto;\n font-family: monospace, monospace;\n line-height: 1.7;\n counter-reset: line;\n background-color: var(--wje-color-contrast-3) er;\n color: var(--wje-color-contrast-8);\n margin-inline: 0;\n padding: 1rem 1.25rem;\n border-radius: 3px;\n margin-top: 1rem;\n margin-bottom: 1rem;\n}\n\ndt {\n font-weight: 700;\n margin-bottom: 5px;\n}\n\ndd {\n margin: 0 0 1.75em;\n}\n\nkbd {\n font-size: 85.714%;\n font-family: var(--wje-font-family);\n position: relative;\n line-height: 34px;\n top: -3px;\n letter-spacing: 0.01em;\n padding: 5px 7px;\n margin: 0;\n color: rgba(0, 0, 0, 0.53);\n background-color: #fff;\n border-radius: 3px;\n box-shadow:\n 0 2px 0 1px #c7c7c7,\n 0 1px 0 1px rgba(0, 0, 0, 0.15),\n 0 0 0 1px #ececec;\n}\n\n/* Types\n------------------------------------\n*/\n\n.overline {\n text-transform: uppercase;\n display: inline-block;\n letter-spacing: 0.06em;\n font-size: 11px;\n}\n\n/* Font Sizes\n------------------------------------\n*/\n\n.small-text {\n font-size: 12px !important;\n letter-spacing: 0.00849077em;\n line-height: 18px;\n a {\n text-decoration: underline;\n }\n}\n.normal-text {\n font-size: 13px !important;\n}\n.large-text {\n font-size: 15px !important;\n}\n\n/* Font Weights\n------------------------------------\n */\n\n.normal {\n font-weight: normal !important;\n}\n.semi-bold {\n font-weight: 500 !important;\n}\n.bold {\n font-weight: 600 !important;\n}\n.light {\n font-weight: 300 !important;\n}\n\n/* Misc\n------------------------------------\n*/\n\n.all-caps {\n text-transform: uppercase;\n letter-spacing: 0.07em !important;\n}\n.text-uppercase {\n text-transform: uppercase !important;\n letter-spacing: 0.07em !important;\n}\n.muted {\n color: var(--wje-color-contrast-6);\n}\n.hint-text {\n opacity: 0.76 !important;\n}\n.no-decoration {\n text-decoration: none !important;\n}\n\n.text-ellipsis {\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n\n/* Gradients\n------------------------------------\n*/\n.gradient-grey {\n background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 75%);\n background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 75%);\n}\n.gradient-black {\n background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 75%);\n background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 75%);\n}\n\n/* Other Colors\n------------------------------------\n*/\n.bg-black {\n background-color: var(--wje-color-black) !important;\n color: var(--wje-color-contrast-0);\n}\n.bg-white {\n background-color: var(--wje-color-contrast-0) !important;\n color: var(--wje-color-contrast-8);\n}\n.bg-transparent {\n background-color: transparent !important;\n}\n\n/* Text Colors */\n.link {\n opacity: 0.7;\n &:hover {\n opacity: 1;\n }\n}\n\n/* Text Aligngments\n------------------------------------\n*/\n\n.text-right {\n text-align: right !important;\n}\n.text-left {\n text-align: left !important;\n}\n.text-center {\n text-align: center !important;\n}\n\n/* Strokes\n------------------------------------\n*/\n\n.stroke-primary {\n stroke: var(--wje-color-primary) !important;\n}\n.stroke-complete {\n stroke: var(--wje-color-complete) !important;\n}\n.stroke-success {\n stroke: var(--wje-color-success) !important;\n}\n.stroke-info {\n stroke: var(--wje-color-info) !important;\n}\n.stroke-warning {\n stroke: var(--wje-color-warning) !important;\n}\n.stroke-danger {\n stroke: var(--wje-color-danger) !important;\n}\n\n/* Font Sizes\n------------------------------------\ntracking =a+b×e(c × z)\n\na, b and c are constants\na = -0.0223\nb = 0.185\nc = -0.1745\nz = font size\n\n*/\n.fs-x-small {\n font-size: var(--wje-font-size-x-small) !important;\n letter-spacing: 0.0180093em;\n line-height: 15px;\n}\n.fs-small {\n font-size: var(--wje-font-size-small) !important;\n letter-spacing: 0.00849077em;\n line-height: 18px;\n}\n.fs {\n font-size: var(--wje-font-size) !important;\n letter-spacing: 0.00177646em;\n line-height: 22px;\n}\n\n.fs-medium {\n font-size: var(--wje-font-size-medium) !important;\n letter-spacing: -0.00295978em;\n line-height: 24px;\n}\n\n.fs-large {\n font-size: var(--wje-font-size-large) !important;\n letter-spacing: normal;\n line-height: normal;\n}\n\n.fs-x-large {\n font-size: var(--wje-font-size-x-large) !important;\n letter-spacing: normal;\n line-height: normal;\n}\n\n.fs-2x-large {\n font-size: var(--wje-font-size-2x-large) !important;\n letter-spacing: normal;\n line-height: normal;\n}\n\n.fs-3x-large {\n font-size: var(--wje-font-size-3x-large) !important;\n letter-spacing: normal;\n line-height: normal;\n}\n\n.fs-4x-large {\n font-size: var(--wje-font-size-4x-large) !important;\n letter-spacing: normal;\n line-height: normal;\n}\n\n/* Line-heights\n------------------------------------\n*/\n.lh-normal {\n line-height: normal;\n}\n.lh-10 {\n line-height: 10px;\n}\n.lh-11 {\n line-height: 11px;\n}\n.lh-12 {\n line-height: 12px;\n}\n.lh-13 {\n line-height: 13px;\n}\n.lh-14 {\n line-height: 14px;\n}\n.lh-15 {\n line-height: 15px;\n}\n.lh-16 {\n line-height: 16px;\n}\n\n/* Font Faces\n------------------------------------\n*/\n\n.font-arial {\n font-family: Arial, sans-serif !important;\n}\n.font-montserrat {\n font-family: var(--wje-font-family-secondary) !important;\n}\n.font-heading {\n font-family: var(--wje-font-family-secondary);\n}\n.font-secondary {\n font-family: var(--wje-font-family-secondary);\n}\n\n/* Wells\n------------------------------------\n*/\n.well {\n background-color: var(--wje-color-contrast-3);\n -webkit-border-radius: 3px;\n -moz-border-radius: 3px;\n border-radius: 3px;\n -webkit-box-shadow: none !important;\n -moz-box-shadow: none !important;\n box-shadow: none !important;\n border: none;\n background-image: none;\n &.well-large {\n padding: 24px;\n width: auto;\n }\n &.well-small {\n padding: 13px;\n width: auto;\n }\n &.green {\n background-color: var(--wje-color-complete);\n color: var(--wje-color-contrast-0);\n border: none;\n }\n}\n.overflow-ellipsis {\n text-overflow: ellipsis;\n overflow: hidden;\n white-space: nowrap;\n}\n\n/* Responsive Handlers : Typo\n------------------------------------\n*/\n\n@media (max-width: 1024px) {\n body,\n p {\n font-size: var(--wje-font-size-small);\n line-height: 20px;\n }\n\n h1 {\n font-size: var(--wje-font-size-2x-large);\n line-height: 44px;\n letter-spacing: -0.08px;\n }\n h2 {\n font-size: var(--wje-font-size-x-large);\n line-height: 40px;\n }\n h3 {\n font-size: var(--wje-font-size-large);\n line-height: 35.88px;\n }\n h4 {\n font-size: var(--wje-font-size-large);\n line-height: 33.88px;\n }\n h5 {\n font-size: var(--wje-font-size-medium);\n line-height: 25.88px;\n }\n small,\n .small {\n font-size: 89%;\n line-height: 17px;\n }\n}\n\n.alert {\n & > p,\n & > ul {\n margin-bottom: 0;\n }\n}\n.table {\n & > tbody {\n & > tr {\n & > td,\n & > th {\n line-height: 1.42857143;\n }\n }\n }\n & > tfoot {\n & > tr {\n & > td,\n & > th {\n line-height: 1.42857143;\n }\n }\n }\n & > thead {\n & > tr {\n & > td,\n & > th {\n line-height: 1.42857143;\n }\n }\n }\n}\n\n/* For Windows : Fixes\n------------------------------------\n*/\n\n.line-clamp-2 {\n display: -webkit-box;\n -webkit-line-clamp: 2;\n -webkit-box-orient: vertical;\n overflow: hidden;\n}\n\n.line-clamp-3 {\n display: -webkit-box;\n -webkit-line-clamp: 3;\n -webkit-box-orient: vertical;\n overflow: hidden;\n}\n\n.line-clamp-5 {\n display: -webkit-box;\n -webkit-line-clamp: 5;\n -webkit-box-orient: vertical;\n overflow: hidden;\n}\n\n.text-separator {\n display: block;\n text-align: center;\n margin: 1.5rem 0;\n width: 100%;\n background: linear-gradient(\n to top,\n transparent 0%,\n transparent calc(50% - 1px),\n var(--wje-border-color) calc(50% - 1px),\n var(--wje-border-color) calc(50% + 1px),\n transparent calc(50% + 1px),\n transparent 100%\n );\n}\n.text-separator::before {\n background: #fff;\n content: attr(data-text);\n padding: 0 1rem;\n text-transform: uppercase;\n}\n\n.wje-toast-stack {\n position: fixed;\n top: 0;\n margin: 0 0.5rem;\n width: 300px;\n max-width: 100%;\n max-height: 100%;\n overflow: auto;\n z-index: 9999;\n}\n";
4080
+ class Animation extends WJElement {
4081
+ /**
4082
+ * Constructor for the Animation class.
4083
+ */
4084
+ constructor() {
4085
+ super();
4086
+ /**
4087
+ * The class name for the Animation element.
4088
+ * @type {string}
4089
+ */
4090
+ __publicField(this, "className", "Animation");
4091
+ this._animations = [];
4092
+ }
4093
+ /**
4094
+ * Setter for the name attribute.
4095
+ * @param value
4096
+ */
4097
+ set name(value) {
4098
+ this.setAttribute("name", value);
4099
+ }
4100
+ /**
4101
+ * Getter for the name attribute.
4102
+ * @returns {string}
4103
+ */
4104
+ get name() {
4105
+ return this.getAttribute("name") || "heartBeat";
4106
+ }
4107
+ /**
4108
+ * Setter for the name attribute.
4109
+ * @param value
4110
+ */
4111
+ set duration(value) {
4112
+ this.setAttribute("duration", value);
4113
+ }
4114
+ /**
4115
+ * Getter for the name attribute.
4116
+ * @returns {number}
4117
+ */
4118
+ get duration() {
4119
+ return +this.getAttribute("duration") || 1e3;
4120
+ }
4121
+ /**
4122
+ * Setter for the name attribute.
4123
+ * @param value
4124
+ */
4125
+ set delay(value) {
4126
+ this.setAttribute("delay", value);
4127
+ }
4128
+ /**
4129
+ * Getter for the name attribute.
4130
+ * @returns {number}
4131
+ */
4132
+ get delay() {
4133
+ return +this.getAttribute("delay") || 0;
4134
+ }
4135
+ /**
4136
+ * Setter for the name attribute.
4137
+ * @param value
4138
+ */
4139
+ set endDelay(value) {
4140
+ this.setAttribute("endDelay", value);
4141
+ }
4142
+ /**
4143
+ * Getter for the name attribute.
4144
+ * @returns {number}
4145
+ */
4146
+ get endDelay() {
4147
+ return +this.getAttribute("endDelay") || 0;
4148
+ }
4149
+ /**
4150
+ * Setter for the name attribute.
4151
+ * @param value
4152
+ */
4153
+ set fill(value) {
4154
+ this.setAttribute("fill", value);
4155
+ }
4156
+ /**
4157
+ * Getter for the name attribute.
4158
+ * @returns {string}
4159
+ */
4160
+ get fill() {
4161
+ return this.getAttribute("fill") || "auto";
4162
+ }
4163
+ /**
4164
+ * Setter for the name attribute.
4165
+ * @param value
4166
+ */
4167
+ set iterations(value) {
4168
+ this.setAttribute("iterations", value);
4169
+ }
4170
+ /**
4171
+ * Getter for the name attribute.
4172
+ * @returns {string|number}
4173
+ */
4174
+ get iterations() {
4175
+ return this.getAttribute("iterations") || Infinity;
4176
+ }
4177
+ /**
4178
+ * Setter for the name attribute.
4179
+ * @param value
4180
+ */
4181
+ set iterationStart(value) {
4182
+ this.setAttribute("iterationStart", value);
4183
+ }
4184
+ /**
4185
+ * Getter for the name attribute.
4186
+ * @returns {number}
4187
+ */
4188
+ get iterationStart() {
4189
+ return +this.getAttribute("iterationStart") || 0;
4190
+ }
4191
+ /**
4192
+ * Setter for the name attribute.
4193
+ * @param value
4194
+ */
4195
+ set direction(value) {
4196
+ this.setAttribute("direction", value);
4197
+ }
4198
+ /**
4199
+ * Getter for the name attribute.
4200
+ * @returns {string}
4201
+ */
4202
+ get direction() {
4203
+ return this.getAttribute("direction") || "normal";
4204
+ }
4205
+ /**
4206
+ * Setter for the name attribute.
4207
+ * @param value
4208
+ */
4209
+ set easing(value) {
4210
+ this.setAttribute("easing", value);
4211
+ }
4212
+ /**
4213
+ * Getter for the name attribute.
4214
+ * @returns {string}
4215
+ */
4216
+ get easing() {
4217
+ return this.getAttribute("easing") || "linear";
4218
+ }
4219
+ /**
4220
+ * Setter for the animations property.
4221
+ * @param {Array} value The new value for the animations property.
4222
+ */
4223
+ set animations(value) {
4224
+ this._animations = value;
4225
+ }
4226
+ /**
4227
+ * Getter for the animations' property.
4228
+ * @returns {Array} The current value of the animations' property.
4229
+ */
4230
+ get animations() {
4231
+ return this._animations;
4232
+ }
4233
+ /**
4234
+ * Getter for the CSS stylesheet.
4235
+ * @returns {object} The styles for the Animation element.
4236
+ */
4237
+ static get cssStyleSheet() {
4238
+ return styles;
4239
+ }
4240
+ /**
4241
+ * Getter for the observed attributes.
4242
+ * @returns {Array} An array containing the name of the observed attribute.
4243
+ */
4244
+ static get observedAttributes() {
4245
+ return ["name"];
4246
+ }
4247
+ /**
4248
+ * Method to setup attributes for the Animation element.
4249
+ */
4250
+ setupAttributes() {
4251
+ this.isShadowRoot = "open";
4252
+ }
4253
+ /**
4254
+ * Method to draw the Animation element.
4255
+ * @returns {object} The document fragment containing the drawn element.
4256
+ */
4257
+ draw() {
4258
+ let fragment = document.createDocumentFragment();
4259
+ let slot = document.createElement("slot");
4260
+ fragment.appendChild(slot);
4261
+ this.slotEl = slot;
4262
+ return fragment;
4263
+ }
4264
+ /**
4265
+ * Method to perform actions after the Animation element is drawn.
4266
+ * This method destroys any existing animation, fetches a new animations array,
4267
+ * selects the appropriate animation, and applies it to the element.
4268
+ */
4269
+ async afterDraw() {
4270
+ this.destroyAnimation();
4271
+ const element = this.slotEl.assignedElements()[0];
4272
+ this.animations = await this.getAnimationsArray();
4273
+ const selected = await this.animations.find((k) => k.name === this.name);
4274
+ console.log("SELECTED:", selected, element);
4275
+ this.animation = element == null ? void 0 : element.animate(selected == null ? void 0 : selected.keyframes, {
4276
+ delay: +this.delay,
4277
+ endDelay: +this.endDelay,
4278
+ fill: this.fill,
4279
+ duration: +this.duration,
4280
+ iterationStart: +this.iterationStart,
4281
+ iterations: this.iterations,
4282
+ direction: this.direction,
4283
+ easing: this.easing
4284
+ });
4285
+ if (this.animation) this.animation.play();
4286
+ }
4287
+ /**
4288
+ * Method to fetch and parse the animations array from a CSS file.
4289
+ * @returns {Array} An array of animation definitions parsed from the CSS file.
4290
+ */
4291
+ async getAnimationsArray() {
4292
+ return await fetchAndParseCSS(animations);
4293
+ }
4294
+ /**
4295
+ * Method to destroy the current animation.
4296
+ */
4297
+ destroyAnimation() {
4298
+ if (this.animation) {
4299
+ this.cancel();
4300
+ }
4301
+ }
4302
+ /**
4303
+ * Method to play the current animation.
4304
+ */
4305
+ play() {
4306
+ if (this.animation) {
4307
+ this.animation.play();
4308
+ }
4309
+ }
4310
+ /**
4311
+ * Method to cancel the current animation.
4312
+ */
4313
+ cancel() {
4314
+ if (this.animation && typeof this.animation.cancel === "function") {
4315
+ this.animation.cancel();
4316
+ } else {
4317
+ console.warn("Animation is not initialized or cancel is not available");
4318
+ }
4319
+ console.log("ANIMATION CANCELLED", this.animation.playState);
4320
+ }
4321
+ }
4322
+ Animation.define("wje-animation", Animation);
4323
+ export {
4324
+ Animation as default
4325
+ };
4326
+ //# sourceMappingURL=wje-animation.js.map