Skip to content

Commit

Permalink
Modify the begin attribute of a-animation
Browse files Browse the repository at this point in the history
"fusing" doesn't work, while "cursor-fusing" does, as mentioned in the cursor docs
  • Loading branch information
shaabhishek authored Sep 26, 2016
1 parent 537129b commit 519b2d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/building-with-components.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ This is the starting point for our scene:
<a-cursor id="cursor">
<a-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-animation begin="fusing" easing="ease-in" attribute="scale"
<a-animation begin="cursor-fusing" easing="ease-in" attribute="scale"
from="1 1 1" to="0.1 0.1 0.1" dur="1500"></a-animation>
</a-cursor>
</a-camera>
Expand Down

0 comments on commit 519b2d0

Please sign in to comment.