Skip to content

Commit

Permalink
Merge pull request aframevr#2778 from ShaguftaMethwani/patch-3
Browse files Browse the repository at this point in the history
visible should be true to make an entity 'visible'
  • Loading branch information
ngokevin authored Jun 15, 2017
2 parents 9c5127b + 1c6d5df commit 0621116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/introduction/interactions-and-controllers.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ For example, to make an entity visible when it's hovered over or looked at. The
cursor component provides the `mouseenter` event:

```html
<a-entity event-set__makevisible="_event: mouseenter; visible: false">
<a-entity event-set__makevisible="_event: mouseenter; visible: true">
```

If we want to change the color of a box on hover and restore it when no longer
Expand Down

0 comments on commit 0621116

Please sign in to comment.