From 9e83809ad1c6e93d81a5d7daf0c59d40e1f81dc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastian=20Fie=C3=9Finger?= <41627893+bfiessinger@users.noreply.github.com> Date: Thu, 13 Feb 2020 20:30:52 +0100 Subject: [PATCH] =?UTF-8?q?Fixed=20linear=20easing=20=F0=9F=93=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog.MD | 3 + demo/index.html | 5 +- dist/scrolltosmooth.js | 923 +++++++++++++++++-------------------- dist/scrolltosmooth.min.js | 4 +- package-lock.json | 2 +- package.json | 4 +- rollup.config.js | 4 +- src/easings.js | 3 +- src/easings.ts | 2 +- 9 files changed, 433 insertions(+), 517 deletions(-) diff --git a/changelog.MD b/changelog.MD index dcb5df0..fac9abd 100644 --- a/changelog.MD +++ b/changelog.MD @@ -1,5 +1,8 @@ # Changelog +### 2.1.2 +- Bugfix: linear easing not working + ### 2.1.1 - Call destroy method on initialization to prevent errors with existing ones - Added a update Method to edit settings after initialization diff --git a/demo/index.html b/demo/index.html index 1abb72c..f9a1a00 100644 --- a/demo/index.html +++ b/demo/index.html @@ -117,8 +117,9 @@

Options: