[ALOY-156] Animation library improvements
| GitHub Issue | n/a |
|---|---|
| Type | Improvement |
| Priority | Low |
| Status | Resolved |
| Resolution | Fixed |
| Resolution Date | 2012-11-30T19:12:29.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | Alloy 0.3.3, 2012 Sprint 24 |
| Components | Runtime |
| Labels | n/a |
| Reporter | Rick Blalock |
| Assignee | Unknown |
| Created | 2012-07-31T06:43:42.000+0000 |
| Updated | 2018-03-07T22:25:45.000+0000 |
Description
The animation library should have callbacks for all it's methods for when animation is finished. slide in / out and fade in would be nice. Here's a sample of my animation lib in case you want to steal some:
https://github.com/rblalock/joomlaworldconference/blob/master/app/lib/anim.js
this was resolved by 2 other tickets: ALOY-396 and ALOY-397