Hello, I'm new to jQuery and have a simple script that scrolls through three images, the problem is I can not get the animation to stop on the last image.
var tt, nn;
jQuery(document).ready(function(){
jQuery("#promobox").innerfade({
animationtype:"fade",
speed:"slow",
timeout:1000,
type:"sequence",
containerheight:"auto"
})
});
Thank You