ok i cant get the easing plugin to work with cycle plugin

1. does cycle 2.65 work with easing 1.3

2. does easing work on the scrollHorz

3. if both of these are true then what am i doing wrong

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

Reply via email to