Skip to content

Commit 3c2e27e

Browse files
author
René Roth
committed
Fix readme typo... you didn't see that /jedimindtrick
1 parent ff2dd61 commit 3c2e27e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ var parallax = new Parallax(scene)
4949
## Interactivity
5050

5151
If you need to interact with the layers, don't forget to set the `pointerEvents` option, and adjust your layer CSS.
52-
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.
52+
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.
5353

5454
## Understanding Layer Motion Calculations
5555

0 commit comments

Comments
 (0)