[jQuery] Re: Cycle fxFn being reset
Mike, Thanks for pointing me in the right direction. I managed to get it working the way I wanted by doing the following: 1) Made a transition: $.fn.cycle.transitions.slideFade = function ($container, $slides, opts) { } 2) Made an 'fx plugin' function with the same name and made sure it cleared
[jQuery] Cycle fxFn being reset
timeout: 4500, pager: '#pager', cleartype: 1, slideExpr: ".carouselElement", fxFn:'slideFade' }); }); Thanks. Jim McCollom