Skip to content

Instantly share code, notes, and snippets.

@BoZhuM
Created August 30, 2010 05:31
Show Gist options
  • Save BoZhuM/557056 to your computer and use it in GitHub Desktop.
Save BoZhuM/557056 to your computer and use it in GitHub Desktop.
/*
Version:1.0
Autor:zhubo
E-mail:zboliu@163.com
*/
This jquery plugin is designed for the banner scrolling effect.
stylesheet link are not necessry.
Useage:
======================================
Include jQuery and autoscroll in you web page,Then invoke autoscroll on a jQuery object:
(1)
$("#scrollAd").autoScroll() //use it with no parameter,the scrolling box's size will be set to be the same as the first image's
(2)
$("#scrollAd").autoScroll({
width:370,
height:200,
delay:3000,
speed:1500
})
======================================
Options
option Default description
width The width of the first image. The widht of the scrolling box.
height The height of the first image. The height of the scolling box
delay 2000 The time it takes between 2 images.
speed 1000 The time it takes when scrolling.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment