Bug Tracker

Modify

Ticket #7145 (closed bug: fixed)

Opened 3 years ago

Last modified 3 years ago

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:
Blocking: Blocked by:

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

Change History

comment:1 Changed 3 years ago by lrbabe

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

comment:2 Changed 3 years ago by john

  • Status changed from new to closed
  • Version set to 1.4.2
  • Resolution set to fixed

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.