Modify ↓
Ticket #1586 (closed bug: fixed)
Problem animating to 0%
| Reported by: | Kaitlyn2004 | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.2.1 |
| Component: | effects | Version: | 1.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
With the introduction of the % animation effects, I tried to implement it and I used .animate({left:percentage}, "slow") where percentage was 0%/33%/66%. Both 33 and 66 worked, but when I tried to go to 0 it simply jumped there (did not animate). If I remove the "%" from the 0, then it works... but I don't think this should be required to do as 0% is a valid value.
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 [3303].