jQuery: The Write Less, Do More JavaScript Library

Ticket #1586 (closed bug: fixed)

Opened 1 year ago

Last modified 11 months ago

Problem animating to 0%

Reported by: Kaitlyn2004 Assigned to: anonymous
Type: bug Priority: major
Milestone: 1.2.1 Component: fx
Version: 1.2 Keywords:
Cc: Needs: Review

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.

Attachments

Change History

Changed 11 months ago by john

  • status changed from new to closed
  • resolution set to fixed

Fixed in SVN rev [3303].

Note: See TracTickets for help on using tickets.