-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes - touchpad scrolling support for MS Surface aka FYI - Browser test results on Surface Pro touchscreen and touchpad #668 - changed scrollbarid setting procedure because uglify mades uncompatible code for IE8 aka use nicescroll in IE8 #672 - preserve scrol chain - page scrollbar not customized on android - prevent bar flickering when window not changed aka Using this plugin I got a flickering scroll bar #674 Changes - more responsive direct scrolling from bars - more consistence scrolling speed on many browsers (Chrome, Firefox, Edge) - minor code optimizations and jshint check - jQuery "bind" event function changed to "on", migration to jQuery 3 (still jQuery 1 compatible) #361 - Using jQuery.expr.pseudos, migration to jQuery 3 (still jQuery 1 compatible) #361 - changed arguments for doScrollBy and doScrollLeftBy
- Loading branch information
Showing
14 changed files
with
1,538 additions
and
1,544 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
Changelog nicescroll release 3.7.4 | ||
https://nicescroll.areaaperta.com/ | ||
https://github.com/inuyaksa/jquery.nicescroll | ||
|
||
|
||
|
||
Fixes | ||
- touchpad scrolling support for MS Surface aka FYI - Browser test results on Surface Pro touchscreen and touchpad #668 | ||
- changed scrollbarid setting procedure because uglify mades uncompatible code for IE8 aka use nicescroll in IE8 #672 | ||
- preserve scrol chain | ||
- page scrollbar not customized on android | ||
- prevent bar flickering when window not changed aka Using this plugin I got a flickering scroll bar #674 | ||
|
||
Changes | ||
- more responsive direct scrolling from bars | ||
- more consistence scrolling speed on many browsers (Chrome, Firefox, Edge) | ||
- minor code optimizations and jshint check | ||
- jQuery "bind" event function changed to "on", migration to jQuery 3 (still jQuery 1 compatible) #361 | ||
- Using jQuery.expr.pseudos, migration to jQuery 3 (still jQuery 1 compatible) #361 | ||
- changed arguments for doScrollBy and doScrollLeftBy |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.