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.
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.