Skip to content

Commit

Permalink
Fix readme typo... you didn't see that /jedimindtrick
Browse files Browse the repository at this point in the history
  • Loading branch information
René Roth committed May 1, 2017
1 parent ff2dd61 commit 3c2e27e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ var parallax = new Parallax(scene)
## Interactivity

If you need to interact with the layers, don't forget to set the `pointerEvents` option, and adjust your layer CSS.
This can be done by setting and absolute position for all layer child elements, as it's done in `examples/pages/interactive.html`. Alternatively, set `pointer-events: none` on the layers and `pointer-events: all` on the layer child elements.
Then set an absolute position for all layer child elements, just like it's done in `examples/pages/interactive.html`. Alternatively, set `pointer-events: none` on the layers and `pointer-events: all` on the layer child elements.

## Understanding Layer Motion Calculations

Expand Down

1 comment on commit 3c2e27e

@pixeltherapy
Copy link

@pixeltherapy pixeltherapy commented on 3c2e27e May 26, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

chuckle

Looking forward to messing with v3 🐙

Please sign in to comment.