Skip to main content

Bug Tracker

Side navigation

#6091 closed bug (worksforme)

Opened February 12, 2010 07:06PM UTC

Closed February 16, 2010 08:59PM UTC

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

Attachments (0)
Change History (1)

Changed February 16, 2010 08:59PM UTC by john comment:1

resolution: → worksforme
status: newclosed

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" })