소스 검색

Update duration

customisations
alemart 1 년 전
부모
커밋
f024901027
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1
    1
      demos/hello-aframe/index.html
  2. 1
    1
      demos/hello-aframe/video.html

+ 1
- 1
demos/hello-aframe/index.html 파일 보기

97
                     <!-- Magic circle -->
97
                     <!-- Magic circle -->
98
                     <a-plane width="4" height="4"
98
                     <a-plane width="4" height="4"
99
                         material="src: #magic-circle; color: #beefff; side: double; shader: flat; transparent: true; opacity: 1"
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
                     </a-plane>
101
                     </a-plane>
102
 
102
 
103
                 </a-entity>
103
                 </a-entity>

+ 1
- 1
demos/hello-aframe/video.html 파일 보기

97
                     <!-- Magic circle -->
97
                     <!-- Magic circle -->
98
                     <a-plane width="4" height="4"
98
                     <a-plane width="4" height="4"
99
                         material="src: #magic-circle; color: #beefff; side: double; shader: flat; transparent: true; opacity: 1"
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
                     </a-plane>
101
                     </a-plane>
102
 
102
 
103
                 </a-entity>
103
                 </a-entity>

Loading…
취소
저장