Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Jquery .animate Re: Jquery .animate

#48113
benderz
Participant

And why not getting the ‘width’ & and ‘Height’ effect to toggle at the same function ?

 $("div.Portpic").animate({height:280,width:394},"fast");

&

 $("div.Portpic").animate({height:100,width:100},"fast");