[jQuery] Re: Cycle fxFn being reset

2009-10-30 Thread Jim McCollom
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

2009-10-22 Thread Jim McCollom
timeout: 4500, pager: '#pager', cleartype: 1, slideExpr: ".carouselElement", fxFn:'slideFade' }); }); Thanks. Jim McCollom