It appears that the animation speed is equal for all blocks, tabs,
menu items, or whatever you have declared as a group.

For example, Tom, on the line
$(this).next("div.expandedSection").slideToggle(400);
change 400 to 2000 and add two topics, one very long, and one very
short (without a graphic) and see the difference in animation speed.

If you could calculate the number of lines in each section, you could
calculate a speed to pass to slideToggle to make all animations appear
to work at the same speed.

I hope I haven't lost you... :)

Gerry

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to