|
20 | 20 | <a-entity position="0 -10.1 -1" rotation="30 180 0"> |
21 | 21 | <a-sphere radius="7" color="#7BC8A4"></a-sphere> |
22 | 22 |
|
23 | | - <a-entity animation="property: rotation; to: 45 100 100; dur: 5000; delay: 250; loop: true; dir: alternate"> |
| 23 | + <a-entity animation="property: object3D.rotation; to: 45 100 100; dur: 5000; delay: 250; loop: true; dir: alternate"> |
24 | 24 | <a-sphere radius="1.5" color="#7BC8A4"></a-sphere> |
25 | 25 | <a-cylinder position="0 5 0" height="10" radius="0.075" color="#404040"></a-cylinder> |
26 | 26 |
|
|
168 | 168 |
|
169 | 169 | <a-entity animation="property: rotation; to: -360 360 -360; dur: 30000; easing: linear; loop: true; dir: normal; fill: none"> |
170 | 170 |
|
171 | | - <a-entity position="0 -20 50" animation="property: rotation; to: 45 100 100; dur: 5000; delay: 250; repeat: indefinite; direction: alternate"> |
| 171 | + <a-entity position="0 -20 50" animation="property: rotation; to: 45 100 100; dur: 5000; delay: 250; loop: true; dir: alternate"> |
172 | 172 | <a-sphere radius="1.5" color="#7BC8A4"></a-sphere> |
173 | 173 | <a-cylinder position="0 5 0" height="10" radius="0.075" color="#404040"></a-cylinder> |
174 | 174 |
|
175 | | - <a-entity position="0 10 0" animation="property: rotation; to: 90 90 0; dur: 2000; delay: 0; repeat: indefinite; direction: alternate"> |
| 175 | + <a-entity position="0 10 0" animation="property: rotation; to: 90 90 0; dur: 2000; delay: 0; loop: true; dir: alternate"> |
176 | 176 | <a-sphere radius="1" color="#F16745"></a-sphere> |
177 | 177 | <a-cylinder position="0 5 0" height="10" radius="0.075" color="#404040"></a-cylinder> |
178 | 178 |
|
179 | | - <a-entity position="0 10 0" animation="property: rotation; to: 50 10 100; dur: 2000; delay: 0; repeat: indefinite; direction: alternate"> |
| 179 | + <a-entity position="0 10 0" animation="property: rotation; to: 50 10 100; dur: 2000; delay: 0; loop: true; dir: alternate"> |
180 | 180 | <a-sphere radius="3" color="#4CC3D9"></a-sphere> |
181 | 181 | <a-cylinder position="0 5 0" height="10" radius="0.075" color="#404040"></a-cylinder> |
182 | 182 |
|
183 | | - <a-entity position="0 10 0" animation="property: rotation; to: 50 40 50; dur: 2000; delay: 250; repeat: indefinite; direction: alternate"> |
| 183 | + <a-entity position="0 10 0" animation="property: rotation; to: 50 40 50; dur: 2000; delay: 250; loop: true; dir: alternate"> |
184 | 184 | <a-sphere radius="4.5" color="#FFC65D"></a-sphere> |
185 | 185 | <a-cylinder position="0 5 0" height="10" radius="0.075" color="#404040"></a-cylinder> |
186 | 186 |
|
187 | | - <a-entity position="0 10 0" animation="property: rotation; to: 90 90 0; dur: 2000; delay: 0; repeat: indefinite; direction: alternate"> |
| 187 | + <a-entity position="0 10 0" animation="property: rotation; to: 90 90 0; dur: 2000; delay: 0; loop: true; dir: alternate"> |
188 | 188 | <a-sphere radius="1.5" color="#93648D"></a-sphere> |
189 | 189 | <a-cylinder position="0 5 0" height="10" radius="0.075" color="#404040"></a-cylinder> |
190 | 190 |
|
|
197 | 197 | </a-entity> |
198 | 198 | </a-entity> |
199 | 199 |
|
200 | | - <a-entity position="40 20 0" animation="property: rotation; to: 45 100 100; dur: 5000; delay: 250; repeat: indefinite; direction: alternate"> |
| 200 | + <a-entity position="40 20 0" animation="property: rotation; to: 45 100 100; dur: 5000; delay: 250; loop: true; dir: alternate"> |
201 | 201 | <a-sphere radius="1.5" color="#7BC8A4"></a-sphere> |
202 | 202 | <a-cylinder position="0 5 0" height="10" radius="0.075" color="#404040"></a-cylinder> |
203 | 203 |
|
|
209 | 209 | <a-sphere radius="3" color="#4CC3D9"></a-sphere> |
210 | 210 | <a-cylinder position="0 5 0" height="10" radius="0.075" color="#404040"></a-cylinder> |
211 | 211 |
|
212 | | - <a-entity position="0 10 0" animation="property: rotation; to: 50 40 50; dur: 2000; delay: 250; repeat: indefinite; direction: alternate"> |
| 212 | + <a-entity position="0 10 0" animation="property: rotation; to: 50 40 50; dur: 2000; delay: 250; loop: true; dir: alternate"> |
213 | 213 | <a-sphere radius="4.5" color="#FFC65D"></a-sphere> |
214 | 214 | <a-cylinder position="0 5 0" height="10" radius="0.075" color="#404040"></a-cylinder> |
215 | 215 |
|
216 | | - <a-entity position="0 10 0" animation="property: rotation; to: 90 90 0; dur: 2000; delay: 0; repeat: indefinite; direction: alternate"> |
| 216 | + <a-entity position="0 10 0" animation="property: rotation; to: 90 90 0; dur: 2000; delay: 0; loop: true; dir: alternate"> |
217 | 217 | <a-sphere radius="1.5" color="#93648D"></a-sphere> |
218 | 218 | <a-cylinder position="0 5 0" height="10" radius="0.075" color="#404040"></a-cylinder> |
219 | 219 |
|
|
0 commit comments