Opened 13 years ago
Closed 13 years ago
#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: | ||
Blocked by: | Blocking: |
Description
You can see this bug using any major browser by clicking one of the navigation elements on the left column of carm.org
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" })