Bug Tracker

Opened 13 years ago

Closed 13 years ago

#6732 closed bug (invalid)

Callback not fired within animate()

Reported by: corradofiore Owned by:
Priority: Milestone: 1.4.3
Component: effects Version: 1.4.2
Keywords: animate callback Cc:
Blocked by: Blocking:

Description

The animate() function won't fire any callbacks when speed is declared through an object (e.g. {duration: 5000; queue: false}.

Test file attached.

Attachments (1)

animate_bug_test_case.js (299 bytes) - added by corradofiore 13 years ago.
Test case

Download all attachments as: .zip

Change History (3)

Changed 13 years ago by corradofiore

Attachment: animate_bug_test_case.js added

Test case

comment:1 Changed 13 years ago by snover

This is not a valid use of animate. Either you pass two objects (signature 2) or you pass an object and optionally a number, string, or function (signature 1). You can’t mix the two.

comment:2 Changed 13 years ago by paul.irish

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