hello everyone, I try to make a little slideshow. My main problem is that i'm unable to make this line working:
FxFadeBande.start(1,0).chain(function() { this.start(0,1).delay(1000); }); Here is a fiddle to understand: http://jsfiddle.net/MojoMateo/QRg8q/1/ that line have to make the class : "bande" fade out and after a secnd fade in after the id "droite1" is cliced. Where is/are the mistakes?