[TIMOB-1484] Android: Support animate on Window Open
| GitHub Issue | n/a |
|---|---|
| Type | New Feature |
| Priority | Medium |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2011-04-17T01:56:18.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | Release 1.5.0 |
| Components | Android |
| Labels | android, feature |
| Reporter | Don Thorp |
| Assignee | Don Thorp |
| Created | 2011-04-15T02:54:02.000+0000 |
| Updated | 2011-04-17T01:56:18.000+0000 |
Description
Provide support to stop transitions for Activities. This is an API Level 5 feature. API Level 4 will do what it's going to do.
Should work on open and close.
(from [d5b895ae949371917cd2ec064f222df63e58a182]) [#1484 state:fixed-in-qa] Added support for turning off animation on transitions. It's on by default. http://github.com/appcelerator/titanium_mobile/commit/d5b895ae949371917cd2ec064f222df63e58a182"> http://github.com/appcelerator/titanium_mobile/commit/d5b895ae94937...
(from [c7c0c29734632b11ec0c1127f7756a2962bc38ba]) [#1484 state:fixed-in-qa] Changed to animated instead of animate. Enabled for close as well. Note: If you use back to exit a window, it will use the action in the intent, since close() isn't being invoked http://github.com/appcelerator/titanium_mobile/commit/c7c0c29734632b11ec0c1127f7756a2962bc38ba"> http://github.com/appcelerator/titanium_mobile/commit/c7c0c29734632...
confirmed using build 1.4.1f88b9e open and close, set to true and false
valid, has testcase