Skip to content

Commit

Permalink
Make the apple fall slower
Browse files Browse the repository at this point in the history
  • Loading branch information
deltea committed Aug 14, 2020
1 parent a5ff34e commit 2e5633b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
<a-cone position="0 3 -8" color="#35bd04" scale="3 3 3"></a-cone>
<a-cone position="0 3.8 -8" color="#35bd04" scale="2.5 2.5 2.5"></a-cone>
<a-cone position="0 4.6 -8" color="#35bd04" scale="2 2 2"></a-cone>
<a-sphere position="2 2 -8" color="#e60000" radius="0.3" animation="property: object3D.position.y; to: 0.29; dir: alternate; dur: 550; loop: false" scale="1 1 1"></a-sphere>
<a-box position="2 2 -8" color="#8f4700" scale="0.06 0.15 0.06" animation="property: object3D.position.y; to: 0.65; dir: alternate; dur: 550; loop: false"></a-box>
<a-sphere position="1.9 2 -8" color="#00ed3f" scale="0.06 0.15 0.06" rotation="0 0 70" animation="property: object3D.position.y; to: 0.6; dir: alternate; dur: 550; loop: false"></a-sphere>
<a-sphere position="2 2 -8" color="#e60000" radius="0.3" animation="property: object3D.position.y; to: 0.29; dir: alternate; dur: 650; loop: false" scale="1 1 1"></a-sphere>
<a-box position="2 2 -8" color="#8f4700" scale="0.06 0.15 0.06" animation="property: object3D.position.y; to: 0.65; dir: alternate; dur: 650; loop: false"></a-box>
<a-sphere position="1.9 2 -8" color="#00ed3f" scale="0.06 0.15 0.06" rotation="0 0 70" animation="property: object3D.position.y; to: 0.6; dir: alternate; dur: 650; loop: false"></a-sphere>
<a-dodecahedron position="-2 0.8 -5" color="#9c9c9c" scale="1 0.8 1"></a-dodecahedron>
<a-box position="0 1.5 -5" color="#4CC3D9" animation="property: object3D.position.y; to: 0.5; dir: alternate; dur: 550; loop: true" scale="1 1 1"></a-box>
<a-cone position="0 2.25 -5" scale="0.5 0.5 0.5" color="#ff8787" animation="property: object3D.position.y; to: 1.2; dir: alternate; dur: 550; loop: true"></a-cone>
Expand Down

0 comments on commit 2e5633b

Please sign in to comment.