Modify ↓
Ticket #6091 (closed bug: worksforme)
Instead of merely sliding the target element, Slidedown shifts padding or margin of internal elements
| Reported by: | aaronshaf | Owned by: | |
|---|---|---|---|
| Priority: | Milestone: | 1.4.2 | |
| Component: | effects | Version: | 1.4.1 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
You can see this bug using any major browser by clicking one of the navigation elements on the left column of carm.org
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

That's correct, slideDown animates the height, vertical padding, and vertical margin of the element. This is intended. If you wish to animate just the height you can do: .animate({ height: "hide" })