View Single Post
Old 11-25-2012, 01:29 AM   PM User | #1
farmlord
New to the CF scene

 
Join Date: May 2012
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
farmlord is an unknown quantity at this point
Code not working

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
farmlord is offline   Reply With Quote