[jQuery] Re: Getting two animations together on an element

2007-05-26 Thread joomlafreak
Thanks Eric, it works. But this has a limitation, I can only have one time duration for both animation. I need to create different animation speed. Funny thing is that have always had thing stating simultaneously and I have use call backs to make one start after other but in this combination it i

[jQuery] Re: Getting two animations together on an element

2007-05-25 Thread Erik Beeson
How about: $("#transbox").animate({height:0,opacity:0.1},1000); --Erik On 5/25/07, joomlafreak <[EMAIL PROTECTED]> wrote: Most of the time I want to have two animations after one aother and I can fet it by using call back. But for something I am writing I want two animation namely height and