Skip to content

Commit

Permalink
Bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bfiessinger committed Jul 21, 2020
1 parent 9720a5a commit 4710785
Show file tree
Hide file tree
Showing 8 changed files with 902 additions and 1,275 deletions.
8 changes: 8 additions & 0 deletions changelog.MD
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

### 2.2.0
- Refactor codebase in TypeScript
- Overall Code improvements
- Fixed a bug where the Scrollposition would be calculated wrong if transforms are used (caused errors with libraries like AOS)

### 2.1.5
- Fixed a bug where navigation elements won't work with inner Elements

### 2.1.4
- Fixed npm packagename in readme
- Fixed double semicolon in easings.ts
Expand Down
2 changes: 1 addition & 1 deletion demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ <h3>Options:</h3>
<script src="../dist/scrolltosmooth.min.js"></script>
<script>
var smoothScroll = new scrollToSmooth('a', {
easing: 'easeInOutQuad',
easing: 'easeInOutSine',
//easing: 'linear',
duration: 600,
durationRelative: true,
Expand Down
2 changes: 1 addition & 1 deletion dist/scrolltosmooth.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4710785

Please sign in to comment.