Skip to content

SteAllan/Slidy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Slidy

Slidy Carousel is a lightweight carousel for sliding html based content. It was built using the javascript jQuery library.

Current status

Unstable - development release

Usage

'auto'			default: false		If the carousel should automatically rotate
'autoTime'		default: 5000		How many MilliSeconds the carousel should automatically rotate
'nav'			default: false		Shows previous/next links
'navPostion'	default: inside	    (options: inside/outside) where the nav links should appear
'paging'	    default: false		add paging to the carousel
'items'			default: 3		    How many items to show
'scroll'		default: 1		    How many items to scroll each click or auto rotate
'scrollTime'	default: 1000		The time in MilliSeconds to scroll the items

Call the plugin (Example)

$(document).ready(function() {
	$.slidy('.slidy', {
		nav: true,
		navPosition: "outside",
		auto: false
	});
});

About

Slidy is a jQuery carousel plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%