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)
Change History (3)
Changed 13 years ago by
Attachment: | animate_bug_test_case.js added |
---|
comment:1 Changed 13 years ago by
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
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Test case