Ver código fonte

Update duration

customisations
alemart 11 meses atrás
pai
commit
f024901027
2 arquivos alterados com 2 adições e 2 exclusões
  1. 1
    1
      demos/hello-aframe/index.html
  2. 1
    1
      demos/hello-aframe/video.html

+ 1
- 1
demos/hello-aframe/index.html Ver arquivo

@@ -97,7 +97,7 @@
97 97
                     <!-- Magic circle -->
98 98
                     <a-plane width="4" height="4"
99 99
                         material="src: #magic-circle; color: #beefff; side: double; shader: flat; transparent: true; opacity: 1"
100
-                        animation="property: object3D.rotation.z; from: 360; to: 0; dur: 4000; loop: true; easing: linear">
100
+                        animation="property: object3D.rotation.z; from: 360; to: 0; dur: 8000; loop: true; easing: linear">
101 101
                     </a-plane>
102 102
 
103 103
                 </a-entity>

+ 1
- 1
demos/hello-aframe/video.html Ver arquivo

@@ -97,7 +97,7 @@
97 97
                     <!-- Magic circle -->
98 98
                     <a-plane width="4" height="4"
99 99
                         material="src: #magic-circle; color: #beefff; side: double; shader: flat; transparent: true; opacity: 1"
100
-                        animation="property: object3D.rotation.z; from: 360; to: 0; dur: 4000; loop: true; easing: linear">
100
+                        animation="property: object3D.rotation.z; from: 360; to: 0; dur: 8000; loop: true; easing: linear">
101 101
                     </a-plane>
102 102
 
103 103
                 </a-entity>

Carregando…
Cancelar
Salvar