[jQuery] Cycle fxFn being reset
In regards to the 9/9/9 release; it seems like the fxFn is set to null
in the resetState function and not being set back. I am invoking the
script with:
$(document).ready( function() {jQuery
('#cf73b7c6341940210VgnVCM100000288ea8c0____').cycle({
pagerEvent: 'mouseover',
timeout: 4500,
pager: '#pager',
cleartype: 1,
slideExpr: ".carouselElement",
fxFn:'slideFade' });
});
Thanks.
Jim McCollom