Skip to main content

Bug Tracker

Side navigation

#6732 closed bug (invalid)

Opened June 28, 2010 11:06AM UTC

Closed September 17, 2010 05:11PM UTC

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 (2)

Changed September 13, 2010 09:12PM UTC by snover comment:1

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.

Changed September 17, 2010 05:11PM UTC by paul.irish comment:2

resolution: → invalid
status: newclosed