I'm using the jQuery cycle plugin and was wondering if anybody knew of a way to adjust the amount of easeOutBounce? I have an image that is 650px by 172px and I wanted to make the bounce a little more settle then it currently is. This is currently what I'm calling in my settings:
$('#gallery').cycle({
fx: 'scrollRight',
timeout: 6000,
//speed: 500,
delay: -2000,
next: '#next',
prev: '#prev',
pause: true,
speedIn: 2000,
speedOut: 500,
easeIn: 'easeOutBounce'
});