Opened 12 years ago
Closed 12 years ago
#9302 closed defect (fixed)
onAnimate is fired once after onEnd in a combined animation
Reported by: | nic | Owned by: | Eugene Lazutkin |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | fx | Version: | 1.3.0 |
Keywords: | onAnimate fx | Cc: | dante |
Blocked By: | Blocking: |
Description
dojo.fx.combine creates a _pseudoAnimation independent of the original anims: _pseudoAnimation can fire onAnimate if step >= 1 (dojo/fx.js) even if the partial animation has already fired onEnd. Test case and proposed patch attached
Attachments (2)
Change History (7)
Changed 12 years ago by
Attachment: | fx.js.diff added |
---|
comment:1 Changed 12 years ago by
Cc: | dante added |
---|
comment:2 Changed 12 years ago by
comment:3 Changed 12 years ago by
Owner: | changed from Bryan Forbes to Eugene Lazutkin |
---|---|
Status: | new → assigned |
comment:5 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Ignore the patch to dojo/_base/fx.js: as Peter said, removing the last t._fire("onAnimate",... the original animation isn't completed.