Bug Tracker

Modify

Ticket #8341 (closed bug: duplicate)

Opened 2 years ago

Last modified 14 months ago

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

comment:1 Changed 2 years ago by jitter

  • Priority changed from undecided to low
  • Resolution set to duplicate
  • Status changed from new to closed
  • Component changed from unfiled to effects
  • Milestone changed from 1.next to 1.5

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.

comment:2 Changed 2 years ago by jitter

Duplicate of #7193.

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.