Scroll

Sticky-Kit - A jQuery plugin for making smart sticky elements

Sticky-Kit is a jQuery plugin for making smart sticky elements. It provides an easy way to attach elements to the page when the user scrolls such that the element is always visible.   

liScroll - a jQuery News Ticker made easy

liScroll is a jQuery plugin that transforms any given unordered list into a scrolling News Ticker.   To build your news ticker all you need is the markup: an unordered list with a unique ID <ul id="ticker01"> <li><span>10/10/2007</span><a href="#">The first thing ...</a></li> <li><span>10/10/2007</span><a href="#">End up doing is ...</a></li> <li><span>10/10/2007</span><a href="#">The cod

onScreen - A jQuery plugin that does stuff to elements when they enter or leave the viewport

onScreen is a jQuery plugin that does stuff when the matched elements are visible (as inside the viewport).   The basic form $('element').onScreen(); will only toggle the onScreen class on the matched elements. This is optimal for CSS animations. You can set the tolerance parameter and allow the elements to enter the viewport certain amount of pixels before doing anything.   onScreen also has two methods called doIn() and, obviously, doOut() that will execute when the matched elements enter

Scrolly - a simple jQuery parallax plugin

Scrolly is a super simple and easy to use parallax plugin for jQuery.  

jQuery responsiveText - Make your text sizing responsive

jQuery responsiveText is a jQuery plugin to set font sizes responsively based on its container's width. You can use this responsive text plugin to have scalable text or scrollable responsive text.  

Scroll Depth - Google Analytics plugin to track visitor scroll depth

Scroll Depth is a small Google Analytics plugin that allows you to measure how far down the page your users are scrolling. It monitors the 25%, 50%, 75%, and 100% scroll points, sending a Google Analytics Event at each one.   You can also track when specific elements on the page are scrolled into view. On a blog, for example, you could send a Scroll Depth event whenever the user reaches the end of a post.    The plugin supports Universal Analytics, Classic Google Analytics, and Google Tag Ma

ScrollMagic - The jQuery plugin for magical scroll interactions

ScrollMagic is a jQuery plugin which essentially lets you use the scrollbar like a playback scrub control. It's the plugin for you, if you want to:  start an animation at a specific scroll position. synchronize an animation to the scrollbar movement. pin an element at a specific scroll position (sticky elements). pin an element for a limited amount of scroll progress (sticky elements). easily add a parallax effect to your website. create an inifinitely scrolling page (ajax load of additi

visualNav - A jQuery plugin that modifies a navigation menu to highlight

visualNav is a jQuery plugin that modifies a navigation menu to highlight / change when the menu's target smooth scrolls into view. visualNav - Features: Smooth scrolling page navigation. Easing can easily be defined for both horizontal and vertical scrolling. Auto-updating menu which highlights both the currently viewed content & other content in view. User can cancel auto-scroll by pressing any key, clicking on the page or scrolling the mousewheel. Can be set up to work with any men

Fancy Scroll - Add Overflow Scroll Effect like on iOS/Android

Fancy Scroll let you add an Overflow Scroll Effect like on iOS/Android but for your website.  

jScroll - Infinite Scrolling Plugin for jQuery

jScroll is a jQuery plugin for infinite scrolling; also known as lazy loading, endless scrolling, autopager, endless pages, etc.; is the ability to load content via AJAX within the current page or content area as you scroll down. The new content can be loaded automatically each time you scroll to the end of the existing content, or it can be triggered to load by clicking a navigation link at the end of the existing content.