|
Project Information
Featured
Downloads
|
This project is no longer supported at this site. Visit aautoscroll at jquery.com for updated information. Thanks. This is a jQuery plugin that provides auto scroll capabilities to scrollable elements. requires jQuery Timers
$("#div").autoscroll();
$("#div").autoscroll({
action: [start]|stop|delay|fastfoward|rewind|update|pause|resume|reverse|toggle
step: unit [50] - higher means faster
direction: up|[down]|left|right|(up|down)(left|right)
scroll: [true]|false - used internally but allows you to set the
autoscroll up and have it no autoscroll on init.
delay: unit [5000] in milliseconds - used with delay action
speed: slow|[fast]|unit in milliseconds - used with fastforward and rewind actions
});
items with brackets " [ ] " around them indicate default values Features:
|