An open API service indexing awesome lists of open source software.

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.

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