western-world 3.0.232 → 3.0.233

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "western-world",
3
- "version": "3.0.232",
3
+ "version": "3.0.233",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -1,37 +1,54 @@
1
1
  .animated {
2
2
  .rebellion_in_colony {
3
- #animated-arrow-001,
4
- #animated-arrow-002 {
3
+ #arrow_1,
4
+ #arrow_2,
5
+ #arrow_3 {
5
6
  animation-duration: 0.05s;
6
7
  animation-timing-function: linear;
7
8
  animation-iteration-count: 1;
8
9
  animation-fill-mode: forwards;
9
10
  }
10
- #animated-arrow-001 {
11
+ #arrow_1 {
11
12
  animation-name: animated_arrow_001;
12
- animation-delay: 2.5s;
13
+ animation-delay: 3.5s;
14
+ transform: translate(1595px, 3140px);
13
15
  }
14
- #animated-arrow-002 {
16
+ #arrow_2 {
15
17
  animation-name: animated_arrow_002;
16
- animation-delay: 2s;
18
+ animation-delay: 3s;
19
+ transform: translate(4331px, 3140px);
20
+ }
21
+ #arrow_3 {
22
+ animation-name: animated_arrow_003;
23
+ animation-delay: 2.5s;
24
+ transform: translate(2331px, 3140px);
17
25
  }
18
26
  }
19
27
  }
20
28
 
21
29
  @keyframes animated_arrow_001 {
22
30
  0% {
23
- transform: translate(0 0);
31
+ transform: translate(1595px, 3140px);
24
32
  }
25
33
  100% {
26
- transform: translate(-3600px, -2210px);
34
+ transform: translate(0, 0);
27
35
  }
28
36
  }
29
37
 
30
38
  @keyframes animated_arrow_002 {
31
39
  0% {
32
- transform: translate(0 0);
40
+ transform: translate(4331px, 3140px);
41
+ }
42
+ 100% {
43
+ transform: translate(0, 0);
44
+ }
45
+ }
46
+
47
+ @keyframes animated_arrow_003 {
48
+ 0% {
49
+ transform: translate(2331px, 3140px);
33
50
  }
34
51
  100% {
35
- transform: translate(-701px, -3960px);
52
+ transform: translate(0, 0);
36
53
  }
37
54
  }
@@ -151,20 +151,4 @@
151
151
  <path class="st7" d="M3982.6,4282.8c10.6,0.3,50.8-134.9,50.8-134.9l-12.1-68.7l-38.8-46l-92.7-50.9h-45.2l-17.6,17l6,35.8l58,97.4
152
152
  l68.4,118.4L3982.6,4282.8z"/>
153
153
  </g>
154
- <g id="animated-arrow-001">
155
- <polygon id="arrow_3_1_" points="8409.8,6072.9 8384.3,6083.8 8372.3,6105.3 8383.1,6130.4 9890.1,6982.2 9916.3,7043.6
156
- 9923.3,7095 9926.6,7164.4 9928.3,7203.3 9948.2,7222.8 9970.5,7224.8 10010.9,7207.6 10005.6,7071.5 10043.8,7091.4
157
- 10079.7,7260.7 10107.4,7298.3 10158.9,7276.3 10125.3,7135.7 10187.3,7176.8 10207.6,7290.1 10241.1,7353.2 10294.5,7370
158
- 10329.8,7348.5 10275,7220.2 10297.4,7187.6 10420.3,7143.4 10436.4,7100.2 10415.6,7051.5 10359.2,7054.1 10237.8,7117.5
159
- 10153.1,7069.5 10248.9,7035.2 10285.2,6996.7 10268.5,6957.7 10209.6,6954.8 10071.6,7013.6 10024.2,6987.6 10166.3,6907.3
160
- 10187.3,6863.7 10171,6829.5 10118.5,6833.8 9940.1,6941.2 "/>
161
- </g>
162
- <g id="animated-arrow-002">
163
- <polygon id="arrow_3_2_" points="4988.5,8519.8 4963.8,8507 4939.7,8511.4 4927,8535.6 5224.9,10240.9 5194.1,10300.1
164
- 5158.8,10338.2 5107.3,10384.7 5078.3,10410.7 5075.8,10438.5 5088.3,10457 5127.4,10477.3 5229.2,10386.8 5238,10429
165
- 5129.9,10564.1 5118.4,10609.4 5168.1,10635.3 5255.5,10520.1 5263,10594.1 5188.3,10681.7 5160.8,10747.7 5181.7,10799.6
166
- 5220.8,10813.1 5285.2,10689.4 5324.5,10686 5436.7,10753 5480.3,10738.1 5504.8,10691.1 5466.9,10649.1 5340.9,10595.4
167
- 5324.2,10499.6 5411.6,10551.8 5464.4,10555.4 5484,10517.8 5448.8,10470.4 5315.8,10401.1 5305.8,10348 5458,10406.9
168
- 5505,10395.4 5521.2,10361.1 5484.5,10323.3 5288.3,10253.6 "/>
169
- </g>
170
154
  </svg>