@acorex/modules 19.4.14 → 19.4.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/images/weather/cloudy-day-1.svg +175 -0
- package/assets/images/weather/cloudy-day-2.svg +176 -0
- package/assets/images/weather/cloudy-day-3.svg +175 -0
- package/assets/images/weather/cloudy-night-1.svg +198 -0
- package/assets/images/weather/cloudy-night-2.svg +198 -0
- package/assets/images/weather/cloudy-night-3.svg +198 -0
- package/assets/images/weather/cloudy.svg +500 -0
- package/assets/images/weather/day.svg +521 -0
- package/assets/images/weather/night.svg +503 -0
- package/assets/images/weather/rainy-1.svg +157 -0
- package/assets/images/weather/rainy-2.svg +133 -0
- package/assets/images/weather/rainy-3.svg +157 -0
- package/assets/images/weather/rainy-4.svg +66 -0
- package/assets/images/weather/rainy-5.svg +90 -0
- package/assets/images/weather/rainy-6.svg +91 -0
- package/assets/images/weather/rainy-7.svg +91 -0
- package/assets/images/weather/snowy-1.svg +230 -0
- package/assets/images/weather/snowy-2.svg +237 -0
- package/assets/images/weather/snowy-3.svg +268 -0
- package/assets/images/weather/snowy-4.svg +94 -0
- package/assets/images/weather/snowy-5.svg +166 -0
- package/assets/images/weather/snowy-6.svg +225 -0
- package/assets/images/weather/thunder.svg +268 -0
- package/assets/images/weather/weather-sprite.svg +1245 -0
- package/assets/images/weather/weather.svg +1245 -0
- package/assets/images/weather/weather_sagittarius.svg +9 -0
- package/assets/images/weather/weather_sunset.svg +14 -0
- package/conversation/lib/features/chat/components/chat-preview/chat-preview.component.d.ts +0 -1
- package/conversation/lib/features/index.d.ts +1 -0
- package/conversation/lib/features/widget/share/comment/comment-widget-view.component.d.ts +66 -0
- package/conversation/lib/features/widget/share/comment/comment-widget.config.d.ts +2 -0
- package/conversation/lib/features/widget/share/comment/index.d.ts +2 -0
- package/dashboard-management/lib/features/home-dashboard/dashboard-popups/index.d.ts +3 -0
- package/dashboard-management/lib/features/home-dashboard/index.d.ts +3 -0
- package/dashboard-management/lib/features/home-dashboard/setrting.keys.d.ts +3 -0
- package/dashboard-management/lib/features/home-dashboard/widget-wrapper/index.d.ts +1 -0
- package/dashboard-management/lib/features/shared/widgets/analog-clock/analog-clock-widget-view.component.d.ts +9 -0
- package/dashboard-management/lib/features/shared/widgets/analog-clock/analog-clock-widget.config.d.ts +7 -0
- package/dashboard-management/lib/features/shared/widgets/analog-clock/analog-clock.component.d.ts +28 -0
- package/dashboard-management/lib/features/shared/widgets/analog-clock/index.d.ts +3 -0
- package/dashboard-management/lib/features/shared/widgets/index.d.ts +1 -0
- package/dashboard-management/lib/features/shared/widgets/weather/advanced-weather/advanced-weather.component.d.ts +32 -0
- package/dashboard-management/lib/features/shared/widgets/weather/advanced-weather/advanced-weather.config.d.ts +14 -0
- package/dashboard-management/lib/features/shared/widgets/weather/advanced-weather/index.d.ts +2 -0
- package/dashboard-management/lib/features/shared/widgets/weather/index.d.ts +2 -0
- package/dashboard-management/lib/features/shared/widgets/weather/minimal-weather/index.d.ts +2 -0
- package/dashboard-management/lib/features/shared/widgets/weather/minimal-weather/minimal-weather.component.d.ts +22 -0
- package/dashboard-management/lib/features/shared/widgets/weather/minimal-weather/minimal-weather.config.d.ts +14 -0
- package/dashboard-management/lib/features/shared/widgets/weather/weather-services/weather-api.abstract.d.ts +19 -0
- package/dashboard-management/lib/features/shared/widgets/weather/weather-widget.component.d.ts +5 -5
- package/fesm2022/{acorex-modules-application-management-module-designer.component-BJp8imYd.mjs → acorex-modules-application-management-module-designer.component-ZKzHxJ0D.mjs} +2 -2
- package/fesm2022/{acorex-modules-application-management-module-designer.component-BJp8imYd.mjs.map → acorex-modules-application-management-module-designer.component-ZKzHxJ0D.mjs.map} +1 -1
- package/fesm2022/acorex-modules-application-management.mjs +1 -1
- package/fesm2022/acorex-modules-conversation.mjs +476 -15
- package/fesm2022/acorex-modules-conversation.mjs.map +1 -1
- package/fesm2022/acorex-modules-dashboard-management.mjs +1224 -30
- package/fesm2022/acorex-modules-dashboard-management.mjs.map +1 -1
- package/fesm2022/acorex-modules-notification-management.mjs +7 -7
- package/fesm2022/acorex-modules-notification-management.mjs.map +1 -1
- package/fesm2022/{acorex-modules-platform-management-acorex-modules-platform-management-CzMi7CBH.mjs → acorex-modules-platform-management-acorex-modules-platform-management-CGGoHpYi.mjs} +119 -27
- package/fesm2022/acorex-modules-platform-management-acorex-modules-platform-management-CGGoHpYi.mjs.map +1 -0
- package/fesm2022/{acorex-modules-platform-management-list-version.component-DfbMc2hn.mjs → acorex-modules-platform-management-list-version.component-CGxYFnd9.mjs} +2 -2
- package/fesm2022/{acorex-modules-platform-management-list-version.component-DfbMc2hn.mjs.map → acorex-modules-platform-management-list-version.component-CGxYFnd9.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-platform-management-settings.provider-B-19OJn0.mjs → acorex-modules-platform-management-settings.provider-CHAI3QHV.mjs} +2 -2
- package/fesm2022/{acorex-modules-platform-management-settings.provider-B-19OJn0.mjs.map → acorex-modules-platform-management-settings.provider-CHAI3QHV.mjs.map} +1 -1
- package/fesm2022/acorex-modules-platform-management.mjs +1 -1
- package/fesm2022/acorex-modules-project-management.mjs +95 -21
- package/fesm2022/acorex-modules-project-management.mjs.map +1 -1
- package/fesm2022/{acorex-modules-security-management-permissions-editor.component-Ccx0_9L_.mjs → acorex-modules-security-management-permissions-editor.component-B2OIvMs7.mjs} +2 -2
- package/fesm2022/{acorex-modules-security-management-permissions-editor.component-Ccx0_9L_.mjs.map → acorex-modules-security-management-permissions-editor.component-B2OIvMs7.mjs.map} +1 -1
- package/fesm2022/acorex-modules-security-management.mjs +1 -1
- package/package.json +1 -1
- package/platform-management/lib/features/common/regional/data-source.provider.d.ts +1 -0
- package/fesm2022/acorex-modules-platform-management-acorex-modules-platform-management-CzMi7CBH.mjs.map +0 -1
@@ -0,0 +1,521 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<!-- (c) ammap.com | SVG weather icons -->
|
3
|
+
<svg
|
4
|
+
version="1.1"
|
5
|
+
xmlns="http://www.w3.org/2000/svg"
|
6
|
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
7
|
+
width="64"
|
8
|
+
height="64"
|
9
|
+
viewbox="0 0 64 64">
|
10
|
+
<defs>
|
11
|
+
<filter id="blur" width="200%" height="200%">
|
12
|
+
<feGaussianBlur in="SourceAlpha" stdDeviation="3"/>
|
13
|
+
<feOffset dx="0" dy="4" result="offsetblur"/>
|
14
|
+
<feComponentTransfer>
|
15
|
+
<feFuncA type="linear" slope="0.05"/>
|
16
|
+
</feComponentTransfer>
|
17
|
+
<feMerge>
|
18
|
+
<feMergeNode/>
|
19
|
+
<feMergeNode in="SourceGraphic"/>
|
20
|
+
</feMerge>
|
21
|
+
</filter>
|
22
|
+
<style type="text/css"><![CDATA[
|
23
|
+
/*
|
24
|
+
** CLOUDS
|
25
|
+
*/
|
26
|
+
@keyframes am-weather-cloud-1 {
|
27
|
+
0% {
|
28
|
+
-webkit-transform: translate(-5px,0px);
|
29
|
+
-moz-transform: translate(-5px,0px);
|
30
|
+
-ms-transform: translate(-5px,0px);
|
31
|
+
transform: translate(-5px,0px);
|
32
|
+
}
|
33
|
+
|
34
|
+
50% {
|
35
|
+
-webkit-transform: translate(10px,0px);
|
36
|
+
-moz-transform: translate(10px,0px);
|
37
|
+
-ms-transform: translate(10px,0px);
|
38
|
+
transform: translate(10px,0px);
|
39
|
+
}
|
40
|
+
|
41
|
+
100% {
|
42
|
+
-webkit-transform: translate(-5px,0px);
|
43
|
+
-moz-transform: translate(-5px,0px);
|
44
|
+
-ms-transform: translate(-5px,0px);
|
45
|
+
transform: translate(-5px,0px);
|
46
|
+
}
|
47
|
+
}
|
48
|
+
|
49
|
+
.am-weather-cloud-1 {
|
50
|
+
-webkit-animation-name: am-weather-cloud-1;
|
51
|
+
-moz-animation-name: am-weather-cloud-1;
|
52
|
+
animation-name: am-weather-cloud-1;
|
53
|
+
-webkit-animation-duration: 7s;
|
54
|
+
-moz-animation-duration: 7s;
|
55
|
+
animation-duration: 7s;
|
56
|
+
-webkit-animation-timing-function: linear;
|
57
|
+
-moz-animation-timing-function: linear;
|
58
|
+
animation-timing-function: linear;
|
59
|
+
-webkit-animation-iteration-count: infinite;
|
60
|
+
-moz-animation-iteration-count: infinite;
|
61
|
+
animation-iteration-count: infinite;
|
62
|
+
}
|
63
|
+
|
64
|
+
@keyframes am-weather-cloud-2 {
|
65
|
+
0% {
|
66
|
+
-webkit-transform: translate(0px,0px);
|
67
|
+
-moz-transform: translate(0px,0px);
|
68
|
+
-ms-transform: translate(0px,0px);
|
69
|
+
transform: translate(0px,0px);
|
70
|
+
}
|
71
|
+
|
72
|
+
50% {
|
73
|
+
-webkit-transform: translate(2px,0px);
|
74
|
+
-moz-transform: translate(2px,0px);
|
75
|
+
-ms-transform: translate(2px,0px);
|
76
|
+
transform: translate(2px,0px);
|
77
|
+
}
|
78
|
+
|
79
|
+
100% {
|
80
|
+
-webkit-transform: translate(0px,0px);
|
81
|
+
-moz-transform: translate(0px,0px);
|
82
|
+
-ms-transform: translate(0px,0px);
|
83
|
+
transform: translate(0px,0px);
|
84
|
+
}
|
85
|
+
}
|
86
|
+
|
87
|
+
.am-weather-cloud-2 {
|
88
|
+
-webkit-animation-name: am-weather-cloud-2;
|
89
|
+
-moz-animation-name: am-weather-cloud-2;
|
90
|
+
animation-name: am-weather-cloud-2;
|
91
|
+
-webkit-animation-duration: 3s;
|
92
|
+
-moz-animation-duration: 3s;
|
93
|
+
animation-duration: 3s;
|
94
|
+
-webkit-animation-timing-function: linear;
|
95
|
+
-moz-animation-timing-function: linear;
|
96
|
+
animation-timing-function: linear;
|
97
|
+
-webkit-animation-iteration-count: infinite;
|
98
|
+
-moz-animation-iteration-count: infinite;
|
99
|
+
animation-iteration-count: infinite;
|
100
|
+
}
|
101
|
+
|
102
|
+
/*
|
103
|
+
** SUN
|
104
|
+
*/
|
105
|
+
@keyframes am-weather-sun {
|
106
|
+
0% {
|
107
|
+
-webkit-transform: rotate(0deg);
|
108
|
+
-moz-transform: rotate(0deg);
|
109
|
+
-ms-transform: rotate(0deg);
|
110
|
+
transform: rotate(0deg);
|
111
|
+
}
|
112
|
+
|
113
|
+
100% {
|
114
|
+
-webkit-transform: rotate(360deg);
|
115
|
+
-moz-transform: rotate(360deg);
|
116
|
+
-ms-transform: rotate(360deg);
|
117
|
+
transform: rotate(360deg);
|
118
|
+
}
|
119
|
+
}
|
120
|
+
|
121
|
+
.am-weather-sun {
|
122
|
+
-webkit-animation-name: am-weather-sun;
|
123
|
+
-moz-animation-name: am-weather-sun;
|
124
|
+
-ms-animation-name: am-weather-sun;
|
125
|
+
animation-name: am-weather-sun;
|
126
|
+
-webkit-animation-duration: 9s;
|
127
|
+
-moz-animation-duration: 9s;
|
128
|
+
-ms-animation-duration: 9s;
|
129
|
+
animation-duration: 9s;
|
130
|
+
-webkit-animation-timing-function: linear;
|
131
|
+
-moz-animation-timing-function: linear;
|
132
|
+
-ms-animation-timing-function: linear;
|
133
|
+
animation-timing-function: linear;
|
134
|
+
-webkit-animation-iteration-count: infinite;
|
135
|
+
-moz-animation-iteration-count: infinite;
|
136
|
+
-ms-animation-iteration-count: infinite;
|
137
|
+
animation-iteration-count: infinite;
|
138
|
+
}
|
139
|
+
|
140
|
+
@keyframes am-weather-sun-shiny {
|
141
|
+
0% {
|
142
|
+
stroke-dasharray: 3px 10px;
|
143
|
+
stroke-dashoffset: 0px;
|
144
|
+
}
|
145
|
+
|
146
|
+
50% {
|
147
|
+
stroke-dasharray: 0.1px 10px;
|
148
|
+
stroke-dashoffset: -1px;
|
149
|
+
}
|
150
|
+
|
151
|
+
100% {
|
152
|
+
stroke-dasharray: 3px 10px;
|
153
|
+
stroke-dashoffset: 0px;
|
154
|
+
}
|
155
|
+
}
|
156
|
+
|
157
|
+
.am-weather-sun-shiny line {
|
158
|
+
-webkit-animation-name: am-weather-sun-shiny;
|
159
|
+
-moz-animation-name: am-weather-sun-shiny;
|
160
|
+
-ms-animation-name: am-weather-sun-shiny;
|
161
|
+
animation-name: am-weather-sun-shiny;
|
162
|
+
-webkit-animation-duration: 2s;
|
163
|
+
-moz-animation-duration: 2s;
|
164
|
+
-ms-animation-duration: 2s;
|
165
|
+
animation-duration: 2s;
|
166
|
+
-webkit-animation-timing-function: linear;
|
167
|
+
-moz-animation-timing-function: linear;
|
168
|
+
-ms-animation-timing-function: linear;
|
169
|
+
animation-timing-function: linear;
|
170
|
+
-webkit-animation-iteration-count: infinite;
|
171
|
+
-moz-animation-iteration-count: infinite;
|
172
|
+
-ms-animation-iteration-count: infinite;
|
173
|
+
animation-iteration-count: infinite;
|
174
|
+
}
|
175
|
+
|
176
|
+
|
177
|
+
|
178
|
+
|
179
|
+
/*
|
180
|
+
** MOON
|
181
|
+
*/
|
182
|
+
@keyframes am-weather-moon {
|
183
|
+
0% {
|
184
|
+
-webkit-transform: rotate(0deg);
|
185
|
+
-moz-transform: rotate(0deg);
|
186
|
+
-ms-transform: rotate(0deg);
|
187
|
+
transform: rotate(0deg);
|
188
|
+
}
|
189
|
+
|
190
|
+
50% {
|
191
|
+
-webkit-transform: rotate(15deg);
|
192
|
+
-moz-transform: rotate(15deg);
|
193
|
+
-ms-transform: rotate(15deg);
|
194
|
+
transform: rotate(15deg);
|
195
|
+
}
|
196
|
+
|
197
|
+
100% {
|
198
|
+
-webkit-transform: rotate(0deg);
|
199
|
+
-moz-transform: rotate(0deg);
|
200
|
+
-ms-transform: rotate(0deg);
|
201
|
+
transform: rotate(0deg);
|
202
|
+
}
|
203
|
+
}
|
204
|
+
|
205
|
+
.am-weather-moon {
|
206
|
+
-webkit-animation-name: am-weather-moon;
|
207
|
+
-moz-animation-name: am-weather-moon;
|
208
|
+
-ms-animation-name: am-weather-moon;
|
209
|
+
animation-name: am-weather-moon;
|
210
|
+
-webkit-animation-duration: 6s;
|
211
|
+
-moz-animation-duration: 6s;
|
212
|
+
-ms-animation-duration: 6s;
|
213
|
+
animation-duration: 6s;
|
214
|
+
-webkit-animation-timing-function: linear;
|
215
|
+
-moz-animation-timing-function: linear;
|
216
|
+
-ms-animation-timing-function: linear;
|
217
|
+
animation-timing-function: linear;
|
218
|
+
-webkit-animation-iteration-count: infinite;
|
219
|
+
-moz-animation-iteration-count: infinite;
|
220
|
+
-ms-animation-iteration-count: infinite;
|
221
|
+
animation-iteration-count: infinite;
|
222
|
+
-webkit-transform-origin: 12.5px 15.15px 0; /* TODO FF CENTER ISSUE */
|
223
|
+
-moz-transform-origin: 12.5px 15.15px 0; /* TODO FF CENTER ISSUE */
|
224
|
+
-ms-transform-origin: 12.5px 15.15px 0; /* TODO FF CENTER ISSUE */
|
225
|
+
transform-origin: 12.5px 15.15px 0; /* TODO FF CENTER ISSUE */
|
226
|
+
}
|
227
|
+
|
228
|
+
@keyframes am-weather-moon-star-1 {
|
229
|
+
0% {
|
230
|
+
opacity: 0;
|
231
|
+
}
|
232
|
+
|
233
|
+
100% {
|
234
|
+
opacity: 1;
|
235
|
+
}
|
236
|
+
}
|
237
|
+
|
238
|
+
.am-weather-moon-star-1 {
|
239
|
+
-webkit-animation-name: am-weather-moon-star-1;
|
240
|
+
-moz-animation-name: am-weather-moon-star-1;
|
241
|
+
-ms-animation-name: am-weather-moon-star-1;
|
242
|
+
animation-name: am-weather-moon-star-1;
|
243
|
+
-webkit-animation-delay: 3s;
|
244
|
+
-moz-animation-delay: 3s;
|
245
|
+
-ms-animation-delay: 3s;
|
246
|
+
animation-delay: 3s;
|
247
|
+
-webkit-animation-duration: 5s;
|
248
|
+
-moz-animation-duration: 5s;
|
249
|
+
-ms-animation-duration: 5s;
|
250
|
+
animation-duration: 5s;
|
251
|
+
-webkit-animation-timing-function: linear;
|
252
|
+
-moz-animation-timing-function: linear;
|
253
|
+
-ms-animation-timing-function: linear;
|
254
|
+
animation-timing-function: linear;
|
255
|
+
-webkit-animation-iteration-count: 1;
|
256
|
+
-moz-animation-iteration-count: 1;
|
257
|
+
-ms-animation-iteration-count: 1;
|
258
|
+
animation-iteration-count: 1;
|
259
|
+
}
|
260
|
+
|
261
|
+
@keyframes am-weather-moon-star-2 {
|
262
|
+
0% {
|
263
|
+
opacity: 0;
|
264
|
+
}
|
265
|
+
|
266
|
+
100% {
|
267
|
+
opacity: 1;
|
268
|
+
}
|
269
|
+
}
|
270
|
+
|
271
|
+
.am-weather-moon-star-2 {
|
272
|
+
-webkit-animation-name: am-weather-moon-star-2;
|
273
|
+
-moz-animation-name: am-weather-moon-star-2;
|
274
|
+
-ms-animation-name: am-weather-moon-star-2;
|
275
|
+
animation-name: am-weather-moon-star-2;
|
276
|
+
-webkit-animation-delay: 5s;
|
277
|
+
-moz-animation-delay: 5s;
|
278
|
+
-ms-animation-delay: 5s;
|
279
|
+
animation-delay: 5s;
|
280
|
+
-webkit-animation-duration: 4s;
|
281
|
+
-moz-animation-duration: 4s;
|
282
|
+
-ms-animation-duration: 4s;
|
283
|
+
animation-duration: 4s;
|
284
|
+
-webkit-animation-timing-function: linear;
|
285
|
+
-moz-animation-timing-function: linear;
|
286
|
+
-ms-animation-timing-function: linear;
|
287
|
+
animation-timing-function: linear;
|
288
|
+
-webkit-animation-iteration-count: 1;
|
289
|
+
-moz-animation-iteration-count: 1;
|
290
|
+
-ms-animation-iteration-count: 1;
|
291
|
+
animation-iteration-count: 1;
|
292
|
+
}
|
293
|
+
|
294
|
+
/*
|
295
|
+
** RAIN
|
296
|
+
*/
|
297
|
+
@keyframes am-weather-rain {
|
298
|
+
0% {
|
299
|
+
stroke-dashoffset: 0;
|
300
|
+
}
|
301
|
+
|
302
|
+
100% {
|
303
|
+
stroke-dashoffset: -100;
|
304
|
+
}
|
305
|
+
}
|
306
|
+
|
307
|
+
.am-weather-rain-1 {
|
308
|
+
-webkit-animation-name: am-weather-rain;
|
309
|
+
-moz-animation-name: am-weather-rain;
|
310
|
+
-ms-animation-name: am-weather-rain;
|
311
|
+
animation-name: am-weather-rain;
|
312
|
+
-webkit-animation-duration: 8s;
|
313
|
+
-moz-animation-duration: 8s;
|
314
|
+
-ms-animation-duration: 8s;
|
315
|
+
animation-duration: 8s;
|
316
|
+
-webkit-animation-timing-function: linear;
|
317
|
+
-moz-animation-timing-function: linear;
|
318
|
+
-ms-animation-timing-function: linear;
|
319
|
+
animation-timing-function: linear;
|
320
|
+
-webkit-animation-iteration-count: infinite;
|
321
|
+
-moz-animation-iteration-count: infinite;
|
322
|
+
-ms-animation-iteration-count: infinite;
|
323
|
+
animation-iteration-count: infinite;
|
324
|
+
}
|
325
|
+
|
326
|
+
.am-weather-rain-2 {
|
327
|
+
-webkit-animation-name: am-weather-rain;
|
328
|
+
-moz-animation-name: am-weather-rain;
|
329
|
+
-ms-animation-name: am-weather-rain;
|
330
|
+
animation-name: am-weather-rain;
|
331
|
+
-webkit-animation-delay: 0.25s;
|
332
|
+
-moz-animation-delay: 0.25s;
|
333
|
+
-ms-animation-delay: 0.25s;
|
334
|
+
animation-delay: 0.25s;
|
335
|
+
-webkit-animation-duration: 8s;
|
336
|
+
-moz-animation-duration: 8s;
|
337
|
+
-ms-animation-duration: 8s;
|
338
|
+
animation-duration: 8s;
|
339
|
+
-webkit-animation-timing-function: linear;
|
340
|
+
-moz-animation-timing-function: linear;
|
341
|
+
-ms-animation-timing-function: linear;
|
342
|
+
animation-timing-function: linear;
|
343
|
+
-webkit-animation-iteration-count: infinite;
|
344
|
+
-moz-animation-iteration-count: infinite;
|
345
|
+
-ms-animation-iteration-count: infinite;
|
346
|
+
animation-iteration-count: infinite;
|
347
|
+
}
|
348
|
+
|
349
|
+
|
350
|
+
/*
|
351
|
+
** SNOW
|
352
|
+
*/
|
353
|
+
@keyframes am-weather-snow {
|
354
|
+
0% {
|
355
|
+
-webkit-transform: translateX(0) translateY(0);
|
356
|
+
-moz-transform: translateX(0) translateY(0);
|
357
|
+
-ms-transform: translateX(0) translateY(0);
|
358
|
+
transform: translateX(0) translateY(0);
|
359
|
+
}
|
360
|
+
|
361
|
+
33.33% {
|
362
|
+
-webkit-transform: translateX(-1.2px) translateY(2px);
|
363
|
+
-moz-transform: translateX(-1.2px) translateY(2px);
|
364
|
+
-ms-transform: translateX(-1.2px) translateY(2px);
|
365
|
+
transform: translateX(-1.2px) translateY(2px);
|
366
|
+
}
|
367
|
+
|
368
|
+
66.66% {
|
369
|
+
-webkit-transform: translateX(1.4px) translateY(4px);
|
370
|
+
-moz-transform: translateX(1.4px) translateY(4px);
|
371
|
+
-ms-transform: translateX(1.4px) translateY(4px);
|
372
|
+
transform: translateX(1.4px) translateY(4px);
|
373
|
+
opacity: 1;
|
374
|
+
}
|
375
|
+
|
376
|
+
100% {
|
377
|
+
-webkit-transform: translateX(-1.6px) translateY(6px);
|
378
|
+
-moz-transform: translateX(-1.6px) translateY(6px);
|
379
|
+
-ms-transform: translateX(-1.6px) translateY(6px);
|
380
|
+
transform: translateX(-1.6px) translateY(6px);
|
381
|
+
opacity: 0;
|
382
|
+
}
|
383
|
+
}
|
384
|
+
|
385
|
+
@keyframes am-weather-snow-reverse {
|
386
|
+
0% {
|
387
|
+
-webkit-transform: translateX(0) translateY(0);
|
388
|
+
-moz-transform: translateX(0) translateY(0);
|
389
|
+
-ms-transform: translateX(0) translateY(0);
|
390
|
+
transform: translateX(0) translateY(0);
|
391
|
+
}
|
392
|
+
|
393
|
+
33.33% {
|
394
|
+
-webkit-transform: translateX(1.2px) translateY(2px);
|
395
|
+
-moz-transform: translateX(1.2px) translateY(2px);
|
396
|
+
-ms-transform: translateX(1.2px) translateY(2px);
|
397
|
+
transform: translateX(1.2px) translateY(2px);
|
398
|
+
}
|
399
|
+
|
400
|
+
66.66% {
|
401
|
+
-webkit-transform: translateX(-1.4px) translateY(4px);
|
402
|
+
-moz-transform: translateX(-1.4px) translateY(4px);
|
403
|
+
-ms-transform: translateX(-1.4px) translateY(4px);
|
404
|
+
transform: translateX(-1.4px) translateY(4px);
|
405
|
+
opacity: 1;
|
406
|
+
}
|
407
|
+
|
408
|
+
100% {
|
409
|
+
-webkit-transform: translateX(1.6px) translateY(6px);
|
410
|
+
-moz-transform: translateX(1.6px) translateY(6px);
|
411
|
+
-ms-transform: translateX(1.6px) translateY(6px);
|
412
|
+
transform: translateX(1.6px) translateY(6px);
|
413
|
+
opacity: 0;
|
414
|
+
}
|
415
|
+
}
|
416
|
+
|
417
|
+
.am-weather-snow-1 {
|
418
|
+
-webkit-animation-name: am-weather-snow;
|
419
|
+
-moz-animation-name: am-weather-snow;
|
420
|
+
-ms-animation-name: am-weather-snow;
|
421
|
+
animation-name: am-weather-snow;
|
422
|
+
-webkit-animation-duration: 2s;
|
423
|
+
-moz-animation-duration: 2s;
|
424
|
+
-ms-animation-duration: 2s;
|
425
|
+
animation-duration: 2s;
|
426
|
+
-webkit-animation-timing-function: linear;
|
427
|
+
-moz-animation-timing-function: linear;
|
428
|
+
-ms-animation-timing-function: linear;
|
429
|
+
animation-timing-function: linear;
|
430
|
+
-webkit-animation-iteration-count: infinite;
|
431
|
+
-moz-animation-iteration-count: infinite;
|
432
|
+
-ms-animation-iteration-count: infinite;
|
433
|
+
animation-iteration-count: infinite;
|
434
|
+
}
|
435
|
+
|
436
|
+
.am-weather-snow-2 {
|
437
|
+
-webkit-animation-name: am-weather-snow;
|
438
|
+
-moz-animation-name: am-weather-snow;
|
439
|
+
-ms-animation-name: am-weather-snow;
|
440
|
+
animation-name: am-weather-snow;
|
441
|
+
-webkit-animation-delay: 1.2s;
|
442
|
+
-moz-animation-delay: 1.2s;
|
443
|
+
-ms-animation-delay: 1.2s;
|
444
|
+
animation-delay: 1.2s;
|
445
|
+
-webkit-animation-duration: 2s;
|
446
|
+
-moz-animation-duration: 2s;
|
447
|
+
-ms-animation-duration: 2s;
|
448
|
+
animation-duration: 2s;
|
449
|
+
-webkit-animation-timing-function: linear;
|
450
|
+
-moz-animation-timing-function: linear;
|
451
|
+
-ms-animation-timing-function: linear;
|
452
|
+
animation-timing-function: linear;
|
453
|
+
-webkit-animation-iteration-count: infinite;
|
454
|
+
-moz-animation-iteration-count: infinite;
|
455
|
+
-ms-animation-iteration-count: infinite;
|
456
|
+
animation-iteration-count: infinite;
|
457
|
+
}
|
458
|
+
|
459
|
+
.am-weather-snow-3 {
|
460
|
+
-webkit-animation-name: am-weather-snow-reverse;
|
461
|
+
-moz-animation-name: am-weather-snow-reverse;
|
462
|
+
-ms-animation-name: am-weather-snow-reverse;
|
463
|
+
animation-name: am-weather-snow-reverse;
|
464
|
+
-webkit-animation-duration: 2s;
|
465
|
+
-moz-animation-duration: 2s;
|
466
|
+
-ms-animation-duration: 2s;
|
467
|
+
animation-duration: 2s;
|
468
|
+
-webkit-animation-timing-function: linear;
|
469
|
+
-moz-animation-timing-function: linear;
|
470
|
+
-ms-animation-timing-function: linear;
|
471
|
+
animation-timing-function: linear;
|
472
|
+
-webkit-animation-iteration-count: infinite;
|
473
|
+
-moz-animation-iteration-count: infinite;
|
474
|
+
-ms-animation-iteration-count: infinite;
|
475
|
+
animation-iteration-count: infinite;
|
476
|
+
}
|
477
|
+
|
478
|
+
/*
|
479
|
+
** EASING
|
480
|
+
*/
|
481
|
+
.am-weather-easing-ease-in-out {
|
482
|
+
-webkit-animation-timing-function: ease-in-out;
|
483
|
+
-moz-animation-timing-function: ease-in-out;
|
484
|
+
-ms-animation-timing-function: ease-in-out;
|
485
|
+
animation-timing-function: ease-in-out;
|
486
|
+
}
|
487
|
+
|
488
|
+
]]></style>
|
489
|
+
</defs>
|
490
|
+
<g filter="url(#blur)" id="day">
|
491
|
+
<g transform="translate(32,32)">
|
492
|
+
<g class="am-weather-sun am-weather-sun-shiny am-weather-easing-ease-in-out">
|
493
|
+
<g>
|
494
|
+
<line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3" />
|
495
|
+
</g>
|
496
|
+
<g transform="rotate(45)">
|
497
|
+
<line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3" />
|
498
|
+
</g>
|
499
|
+
<g transform="rotate(90)">
|
500
|
+
<line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3" />
|
501
|
+
</g>
|
502
|
+
<g transform="rotate(135)">
|
503
|
+
<line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3" />
|
504
|
+
</g>
|
505
|
+
<g transform="rotate(180)">
|
506
|
+
<line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3" />
|
507
|
+
</g>
|
508
|
+
<g transform="rotate(225)">
|
509
|
+
<line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3" />
|
510
|
+
</g>
|
511
|
+
<g transform="rotate(270)">
|
512
|
+
<line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3" />
|
513
|
+
</g>
|
514
|
+
<g transform="rotate(315)">
|
515
|
+
<line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3" />
|
516
|
+
</g>
|
517
|
+
</g>
|
518
|
+
<circle cx="0" cy="0" fill="orange" r="5" stroke="orange" stroke-width="2"/>
|
519
|
+
</g>
|
520
|
+
</g>
|
521
|
+
</svg>
|