This my code:
$("#headerimg" + currentContainer).fadeOut(function() {
setTimeout(function() {
$("#headertxt").css({"display" : "block"});
animating = false;
}, 500);
});
};
But i don't want this effect (fadeOut), i want to use Flux-Slider's effects. (Example: Warp) I didn't change this code for new effect. How do I change this?