[TIMOB-20514] Android: Add support for custom XML-defined transition animations
| GitHub Issue | n/a |
|---|---|
| Type | Improvement |
| Priority | Low |
| Status | Open |
| Resolution | Unresolved |
| Affected Version/s | Release 5.2.0 |
| Fix Version/s | n/a |
| Components | Android |
| Labels | n/a |
| Reporter | Fokke Zandbergen |
| Assignee | Unknown |
| Created | 2016-03-04T09:10:21.000+0000 |
| Updated | 2018-02-28T19:55:51.000+0000 |
Description
With TIMOB-19374 we have implemented Activity Transitions.
We expose a bunch of animations here via
Ti.UI.Android [constants](http://docs.appcelerator.com/platform/latest/#!/api/Titanium.UI.Android-property-TRANSITION_EXPLODE).
As [discussed here](https://github.com/appcelerator/titanium_mobile/pull/7773/files#r54843312) it would be an improvement if users could define custom animations in XML [like the core ones](https://github.com/android/platform_frameworks_base/tree/master/core/res/res/transition) and use those, probably by passing Titanium.App.Android.R.transition.mine.
No comments