Bug Tracker

Opened 13 years ago

Closed 13 years ago

#7014 closed bug (fixed)

Shorthand animation methods can only use 2 of 3 arguments: speed, easing, callback

Reported by: kswedberg Owned by:
Priority: Milestone: 1.4.3
Component: effects Version: 1.4.2
Keywords: fx, effects, animate Cc:
Blocked by: Blocking:

Description (last modified by kswedberg)

Callbacks aren't fired for show(), slideUp(), fadeIn(), and so on if the user passes in a speed, easing, and callback. (Methods called with zero through two arguments are handled correctly.)

Test Case: http://jsbin.com/ihoxi4 Code: http://jsbin.com/ihoxi4/edit

I committed a fix to my fork: http://github.com/kswedberg/jquery/commit/5b489de413c8c0c38781b2d06ad6b08c4ad32c5e

Change History (2)

comment:1 Changed 13 years ago by kswedberg

Description: modified (diff)

comment:2 Changed 13 years ago by john

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.