Skip to main content

Bug Tracker

Side navigation

#3849 closed feature (wontfix)

Opened January 14, 2009 07:43PM UTC

Closed January 15, 2009 01:51PM UTC

slideUp functionality in 1.3

Reported by: primerx24 Owned by:
Priority: minor Milestone: 1.3.1
Component: effects Version: 1.3
Keywords: Cc:
Blocked by: Blocking:
Description

I found that the slideUp / slideDown functionality has changed in the recent update to 1.3

It seems that the old slideUp / slideDown used to just hide the div and slide up the bottom. Now it seems to slide everything inside the div as it hides the div bottom slides up. this causes somethings to look askew right before the div is hidden.

Is there a way to reinstate a legacy 1.2.6 version of the slide functions?

Here is a screen shot of the different versions:

http://image.x24d.com/uploads/1231961788.jpg

Attachments (0)
Change History (1)

Changed January 15, 2009 01:51PM UTC by john comment:1

milestone: 1.31.3.1
resolution: → wontfix
status: newclosed
version: → 1.3

In 1.3 the margin and padding are now animated along with the height. To get the old style of animation you can do:

  .animate({height: "hide"}, "slow");

Hope this helps!