Bug Tracker

Modify

Ticket #3849 (closed feature: wontfix)

Opened 4 years ago

Last modified 4 years ago

slideUp functionality in 1.3

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

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

Change History

comment:1 Changed 4 years ago by john

  • Status changed from new to closed
  • Version set to 1.3
  • Resolution set to wontfix
  • Milestone changed from 1.3 to 1.3.1

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!

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.