Hey guys got a piece of code which is not working atm. Tried a lot of things.
Code:
$('#super')
.animate
({left: '-=550px'},1000).delay(100)
.animate
({left: '-=250px'},10000).delay(100)
});
})(jQuery);
Whats happing is that it will do the first bit but not the bits after and iam sure iam missing a bracket or something but i cant figure it out. Any help would be great. Thanks