a neat trick to set timeouts is with animate animate({"opacity": 1}, 1000);
it keeps the opacity to 1 but it takes 1000ms to do so. I experienced problems with setTimeout. That trick suited me well. I am a beginner, so I cant help you further, sorry. cheers tlz