Side navigation
#4458 closed bug (duplicate)
Opened March 31, 2009 12:02PM UTC
Closed November 14, 2009 03:27AM UTC
animate assumes display:"block" for width or height animations
Reported by: | lizard | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.4 |
Component: | effects | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I have commented lines 4023 and 4024 to stop the display from being changed to "block". I am using inline block elements and it was causing them to drop out of line while animating. Is it safe to assume that the developer would have the elements ready to animate. Also the overflow gets changed - in my particular case I need the overflow to stay hidden. So I had to put a function in the callback to reset it back to hidden.
Closed dup #5487.