Skip to main content

Bug Tracker

Side navigation

#7145 closed bug (fixed)

Opened October 11, 2010 01:49PM UTC

Closed October 11, 2010 10:23PM UTC

1.4.3rc1: jQuery.cssHooks not taken into account by $.fn.animate()

Reported by: lrbabe Owned by:
Priority: undecided Milestone: 1.4.3
Component: effects Version: 1.4.2
Keywords: csshooks, animate Cc:
Blocked by: Blocking:
Description

in $.fn.animate, the "start value" is calculated after a simple

elem.style[property] = value;

If there is a hook for this property, it is ignored.

By using

jQuery.style( elem, property, value )

We could make animate "aware" of our hooks

A pull has been requested on github: http://github.com/jquery/jquery/pull/43

Attachments (0)
Change History (2)

Changed October 11, 2010 02:11PM UTC by lrbabe comment:1

The pull request is actually available at http://github.com/jquery/jquery/pull/44

Changed October 11, 2010 10:23PM UTC by john comment:2

resolution: → fixed
status: newclosed
version: → 1.4.2