From c07967216ae229181a8be083def5eb0ec216cd0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C8=98andor=20Sergiu?= Date: Thu, 27 Oct 2022 14:05:55 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8eabc86..941e20f 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ A smooth 3D tilt javascript library forked from [Tilt.js (jQuery version)](https scale: 1, // 2 = 200%, 1.5 = 150%, etc.. speed: 300, // Speed of the enter/exit transition transition: true, // Set a transition on enter/exit. - axis: null, // What axis should be disabled. Can be X or Y. + axis: null, // What axis should be enabled. Can be "x" or "y". reset: true, // If the tilt effect has to be reset on exit. easing: "cubic-bezier(.03,.98,.52,.99)", // Easing on enter/exit. glare: false, // if it should have a "glare" effect