https://github.com/devowhippit/jquery.scrll
Natural scroll-to plugin for mouse wheel and track pad scrolling.
https://github.com/devowhippit/jquery.scrll
Last synced: 3 months ago
JSON representation
Natural scroll-to plugin for mouse wheel and track pad scrolling.
- Host: GitHub
- URL: https://github.com/devowhippit/jquery.scrll
- Owner: devowhippit
- License: mit
- Created: 2014-04-07T02:50:51.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-11T02:47:23.000Z (about 11 years ago)
- Last Synced: 2024-12-27T08:26:25.498Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 141 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
jquery.scrll
============Auto scroll-to plugin for mouse wheel and track pad scrolling. Jumps from section to section of webpage using CSS hardware accelerated transitions. Includes options to jump to the top of the page to the bottom and vise versa.
Default Options
===============$scrollparent $( '#wrap' )
$scrollchildren $( '#wrap' ).find( '.container' )
$navtranslate $( '.nav-translate' ).find( 'li.translate a' )
delay 1000
scrolling false
snapToTop false
snapToBottom false
sectionClass 'container'
activeClass 'inview'
initIndexFocus 1
initFocus ''
jqueryAnimSpeed 450