From 3c2e27e0476eed620f37f0e632f54c989bea99e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Roth?= Date: Mon, 1 May 2017 18:55:05 +0200 Subject: [PATCH] Fix readme typo... you didn't see that /jedimindtrick --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a618a2..1bcf4d5 100644 --- a/README.md +++ b/README.md @@ -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