Skip to main content

Bug Tracker

Side navigation

#7801 closed bug (duplicate)

Opened December 17, 2010 02:58PM UTC

Closed December 17, 2010 03:04PM UTC

Last modified January 10, 2011 01:12PM UTC

hardcoded value for animations

Reported by: zooli@hummezum.hu Owned by:
Priority: low Milestone: 1.5
Component: effects Version: 1.4.4
Keywords: Cc:
Blocked by: Blocking:
Description

6618 cur: function() {

6619 if ( this.elem[this.prop] != null && (!this.elem.style || this.elem.style[this.prop] == null) ) {

6620 return this.elem[ this.prop ];

6621 }

6622

6623 var r = parseFloat( jQuery.css( this.elem, this.prop ) );

6624 return r && r > -10000 ? r : 0;

6625 },

what is this -10000 ?????? i need smaller numbers. SMALLER!!!!

like -12500.

now i have to redefine this function in my code. ugly.

Attachments (0)
Change History (3)

Changed December 17, 2010 03:04PM UTC by jitter comment:1

component: unfiledeffects
milestone: 1.next1.4.5
priority: undecidedlow
resolution: → duplicate
status: newclosed

Thanks for taking the time to contribute to the jQuery project by writing a bug report but the next time please also invest a minimum amount of time to check if your problem hasn't been reported already.

Just searching for "-10000" yields ~7 tickets which are directly related to this.


How to report bugs

Changed December 17, 2010 03:04PM UTC by jitter comment:2

Duplicate of #7193.

Changed January 10, 2011 01:12PM UTC by jitter comment:3

milestone: 1.4.51.5