[TIMOB-9005] Android: Not able to animate after an animation is complete
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Hold |
Resolution Date | 2012-05-25T17:14:57.000+0000 |
Affected Version/s | Release 2.0.1 |
Fix Version/s | Release 2.1.0, Sprint 2012-11 Core |
Components | Android |
Labels | core, parity |
Reporter | Neeraj Gupta |
Assignee | Max Stepanov |
Created | 2012-05-05T13:24:05.000+0000 |
Updated | 2017-03-21T21:12:54.000+0000 |
Description
Not able to animate after an animation completes. Same code works fine on iOS platform.
Code example: http://pastebin.com/w23d43p4.
Size animation also does not seem to respect which point should be the center of the animation. Again, it works on iOS as expected.
Currently Android animations support code is quite complicated (and old) due to various Android bugs and versioning. Android animations as a whole needs to be reviewed for complete redesign. Regarding this particular issue, there is a workaround exists which is to update view properties after animation (as it mentioned at [Titanium.UI.View docs](http://docs.appcelerator.com/titanium/2.0/index.html#!/api/Titanium.UI.View-method-animate))
Closing ticket due to the time that has passed since this was filed.