View Single Post
Old 2010-01-18, 19:40   Link #27
felix
sleepyhead
*Author
 
 
Join Date: Dec 2005
Location: event horizon
+1
  • For subforums, have it either instant rather then animated, as in
    Code:
    $("#subforumslist").toggle("slow");
    or if animated something more fancy:
    Code:
    $("#subforumslist").slideToggle(350);
    (these don't require the UI libraries)

    If you're comfortable with changing code, the best solution animation wise would be for open to be instant and close have the slide animation. This avoids any jerkiness and is overall pleasing as well as fast to navigate.
__________________
felix is offline   Reply With Quote