> $('#slideshow').cycle({
>             fx: 'scrollHorz',
>             timeout:  0,
>             speed:    1000,
>            prev:    '#prev2',
>             next:    '#next2',
>                         easingIn        : 'easeOutCubic',
>              easingOut       : 'easeInBack'


The option names are 'easeIn' and 'easeOut'.

Reply via email to