[ALOY-396] Builtins: animation builtin functions should support callback on completion
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | High |
Status | Resolved |
Resolution | Fixed |
Resolution Date | 2012-11-23T22:31:52.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Alloy 0.3.3, 2012 Sprint 24 |
Components | Runtime |
Labels | n/a |
Reporter | Arthur Evans |
Assignee | Unknown |
Created | 2012-11-21T19:41:28.000+0000 |
Updated | 2018-03-07T22:26:06.000+0000 |
Description
Only a few of the animation functions have completion callbacks, and there doesn't seem to be any rhyme or reason as to which ones have them and which don't. We should add callbacks on all of them.
Initial ticket resolved in ALOY-397. A bug with that, where an app would receive a runtime error if no callback was defined, was solved in this PR: https://github.com/appcelerator/alloy/pull/87