jQuery.fn.evolutionScrollSlider
This plugin renders a popup when the page is scrolled. When the page scrolls past a certain point (80% by default), executes a callback to fetch any potentially related content, and if it exists, loads that content in an animated panel that slides in.
Usage
$.evolutionScrollSlider(options)
Options
load
: (function) called when content is loaded. Passed a callback function to be called with the content to display.width
: (number) width default:400
height
: (number) height default:75
className
: (string) wrapper class name 'slider-content',animationDuration
: (number) animation duration in ms default:250
offsetBottom
: (number) bottom offset in px default:25
offsetRight
: (number) right offset in px default:25
bounceDelay
: (number) duration in ms to delay polling to detect scroll position. default:150
revealAt
: (number) percentage of page height at which next reveals. default:0.8