Skip to content

Commit

Permalink
Merge pull request #1275 from ngokevin/0.2.0
Browse files Browse the repository at this point in the history
v0.2.0
  • Loading branch information
dmarcos committed Mar 25, 2016
2 parents be08182 + 3c58594 commit 1e0226e
Show file tree
Hide file tree
Showing 8 changed files with 1,178 additions and 747 deletions.
1,591 changes: 980 additions & 611 deletions dist/aframe-v0.2.0-rc1.js → dist/aframe-v0.2.0.js

Large diffs are not rendered by default.

76 changes: 42 additions & 34 deletions dist/aframe-v0.2.0-rc1.js.map → dist/aframe-v0.2.0.js.map

Large diffs are not rendered by default.

25 changes: 14 additions & 11 deletions dist/aframe-v0.2.0-rc1.min.js → dist/aframe-v0.2.0.min.js

Large diffs are not rendered by default.

209 changes: 129 additions & 80 deletions dist/aframe.js

Large diffs are not rendered by default.

10 changes: 6 additions & 4 deletions dist/aframe.js.map

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions dist/aframe.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/test-panoexplorer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<a-mixin id="click-animation" begin="click" easing="ease-in" attribute="scale"
fill="backwards" from="0.1 0.1 0.1" to="1 1 1" dur="150"></a-animation>
<a-mixin id="fuse-animation" begin="fusing" easing="ease-in" attribute="scale"
fill="forwards" from="1 1 1" to="0.1 0.1 0.1" dur="1500"></a-mixin>
fill="backwards" from="1 1 1" to="0.1 0.1 0.1" dur="1500"></a-mixin>
</a-assets>

<!-- Camera + Cursor. -->
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aframe",
"version": "0.2.0-rc1",
"version": "0.2.0",
"description": "Building blocks for the VR Web",
"main": "dist/aframe.js",
"scripts": {
Expand Down

0 comments on commit 1e0226e

Please sign in to comment.