From 83e691f58a12a72f870d526e8817d8d16607fbff Mon Sep 17 00:00:00 2001 From: andreas Date: Fri, 1 May 2020 02:29:04 +0300 Subject: [PATCH] Fix documented max option default value (#63) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ce64711..950f498 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ If you want to use this library in IE, you need to include a CustomEvent polyfil ```js { reverse: false, // reverse the tilt direction - max: 35, // max tilt rotation (degrees) + max: 15, // max tilt rotation (degrees) startX: 0, // the starting tilt on the X axis, in degrees. startY: 0, // the starting tilt on the Y axis, in degrees. perspective: 1000, // Transform perspective, the lower the more extreme the tilt gets.