Modify ↓
Ticket #4458 (closed bug: duplicate)
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: | ||
| Blocking: | Blocked by: |
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.
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.

Closed dup #5487.