Bug Tracker

Modify

Ticket #6732 (closed bug: invalid)

Opened 3 years ago

Last modified 3 years ago

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

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

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

Change History

Changed 3 years ago by corradofiore

Test case

comment:1 Changed 3 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 3 years ago by paul.irish

  • Status changed from new to closed
  • Resolution set to invalid

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.