Opened 15 years ago
Closed 15 years ago
#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: | ||
Blocked by: | Blocking: |
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.
Note: See
TracTickets for help on using
tickets.
Fixed in SVN rev [3303].