Modify ↓
Ticket #3739 (closed bug: fixed)
1.3b1: trouble with animation of width/height
| Reported by: | malsup | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.3 |
| Component: | effects | Version: | 1.2.6 |
| Keywords: | animate | Cc: | |
| Blocking: | Blocked by: |
Description
1.3b1 demo page here: http://jquery.malsup.com/test13/test-animate-1.3b1.html
Same demo using 1.2.6: http://jquery.malsup.com/test13/test-animate-1.2.6.html
This page uses two buttons to toggle an image's size using animate({width: 'hide'}) and animate({width: 'show'}) but the result is an zero-width image that is never restored to its original width.
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.

Fixed in SVN rev [6023].