Details
-
Type:
Bug
-
Status: Closed
-
Priority:
None
-
Resolution: Fixed
-
Affects Version/s: Release 5.2.0
-
Fix Version/s: None
-
Component/s: APIDoc
-
Labels:None
-
Severity:Major
Description
With TIMOB-19580 we have implemented Activity Transitions but the API reference is incorrect.
The activity*Transition properties are documented under openWindowParams:
http://docs.appcelerator.com/platform/latest/#!/api/openWindowParams-property-activityReenterTransition
But according to the ticket and code they should be under Ti.UI.createWindow()
Additionally, the activitySharedElement*Transition properties should only list the four Ti.UI.Android.TRANSITION_CHANGE_* constants plus Ti.UI.Android.TRANSITION_NONE as possible values while the other four activity*Transition properties should only list the other seven plus Ti.UI.Android.TRANSITION_NONE.
Attachments
Issue Links
- is duplicated by
-
TIDOC-1833 Android Activity Transition Animations
-
- Closed
-
- relates to
-
TIMOB-20507 Android: Enable activity*Transition without sharedElements
-
- Open
-
-
TIMOB-19580 Customize Activity Transitions
-
- Closed
-