Modify ↓
Ticket #8341 (closed bug: duplicate)
animate blinks with left lower than -10000
| Reported by: | debug@… | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | 1.5 |
| Component: | effects | Version: | 1.4.4 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
Doing something like
div.animate( { left : -10001 } , 1 , "linear" )
while div.style.left = "-10000px"
will first jump to left = "0px" before going to -10001
=> check a weird test about r < -10000 in jQuery.fx.prototype.cur
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.

The next time please follow: The How to report bugs guideline, then you would have found that this has already been fixed in 1.5.