jQuery UI Effects supports class transitions. They're slick. See: http://docs.jquery.com/UI/Effects/ClassTransitions
The only file required for this is ui.core.js. Can be downloaded here: http://ui.jquery.com/download_builder/ - Richard Richard D. Worth http://rdworth.org/ On Sat, Aug 30, 2008 at 6:50 PM, urbolutions <[EMAIL PROTECTED]> wrote: > > Is there a ptreferred method to animate a class change transition? > Essentially the effect we are trying to achieve is as follows: > > <div class="50pxTall"></div> <-- When this div is clicked the class > name changes to 300pxTall (and the height is adjusted accordingly) - > we would like to have that animated in kind of a slide up/slide down > functionality. > > So, the core question is: can animations be done on class name changes > - or should the class height be modified? > > And what plugin is good for this effect? > > Thanks much! >