Skip to content

Commit 4710785

Browse files
committed
Bugfixes
1 parent 9720a5a commit 4710785

8 files changed

Lines changed: 902 additions & 1275 deletions

File tree

changelog.MD

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
### 2.2.0
4+
- Refactor codebase in TypeScript
5+
- Overall Code improvements
6+
- Fixed a bug where the Scrollposition would be calculated wrong if transforms are used (caused errors with libraries like AOS)
7+
8+
### 2.1.5
9+
- Fixed a bug where navigation elements won't work with inner Elements
10+
311
### 2.1.4
412
- Fixed npm packagename in readme
513
- Fixed double semicolon in easings.ts

demo/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ <h3>Options:</h3>
117117
<script src="../dist/scrolltosmooth.min.js"></script>
118118
<script>
119119
var smoothScroll = new scrollToSmooth('a', {
120-
easing: 'easeInOutQuad',
120+
easing: 'easeInOutSine',
121121
//easing: 'linear',
122122
duration: 600,
123123
durationRelative: true,

dist/scrolltosmooth.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)