-
Notifications
You must be signed in to change notification settings - Fork 379
Mottie edited this page Aug 6, 2011
·
14 revisions
Wiki: Home | FAQ | Setup | Usage ( Appearance , Navigation , Slideshow , Callbacks & Events , Video, FX , Interactivity & Misc ) Change | Credits
##Sections
- Default Options
##Default Options
$('#slider')
.anythingSlider({
// slider options
})
.anythingSliderFx({
// FX definitions
// 'class or ID' : [ 'predefined-FX', 'distance', 'time', 'easing' ]
},{
// FX options
easing : 'swing', // Default FX easing
timeIn : 400, // Default time for in FX animation
timeOut : 350, // Default time for out FX animation - when using predefined FX, this number gets divided by 2
stopRepeat : false // When true, the FX will not repeat when clicking on the current navigation tab.
});
##More Coming Soon...