Simple Easing Slider Free Download

See also other plugins:
Multipurpose Bookshelf Slider - Wordpress Plugin
Multipurpose Bookshelf Slider - jQuery Plugin
	//simpleEasingSlider Options. Define custom parameters
	$.simpleEasingSlider('#simple_easing_slider', {
		'item_width': 960,
		'item_height': 360,
		'thumb_width': 80,
		'thumb_height': 80,
		'thumb_margin': 12,		
		'slide_orientation': 'horizontal', //vertical | horizontal
		'slide_duration': 1000, //milliseconds
		'slide_easing': 'easeOutQuart', //See all easing options here ( http://gsgd.co.uk/sandbox/jquery/easing/ )
		'arrow_duration': 800, //milliseconds
		'arrow_easing': 'easeInOutExpo' //See all easing options here ( http://gsgd.co.uk/sandbox/jquery/easing/ )
		}
	);
    
© Copyright 2012 srvalle.com - All Rights Reserved