- $('.production').hide().css({"opacity":"0.8"})
- .slideDown('slow').delay(2000) .fadeOut();
- ;
And have it it cycle through my variable
backGrounds. Can someone help point me in the correct direction to pull from my array - the elements e.g. (0, 1, 2,3) place it in the little loop, and have it continuously cycle.
I would assume its something like - backgrounds:next but I don't really know.