{ "id": "155310", "key": "TIMOB-20507", "fields": { "issuetype": { "id": "4", "description": "An improvement or enhancement to an existing feature or task.", "name": "Improvement", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [], "resolution": null, "resolutiondate": null, "created": "2016-03-03T07:44:58.000+0000", "priority": { "name": "None", "id": "6" }, "labels": [], "versions": [ { "id": "16997", "name": "Release 5.2.0", "archived": false, "released": true, "releaseDate": "2016-02-23" } ], "issuelinks": [ { "id": "50777", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "155069", "key": "TIDOC-2454", "fields": { "summary": "API reference for Activity & Shared Elements transitions out of place and incorrect", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "priority": { "name": "None", "id": "6" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } }, { "id": "50776", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "151488", "key": "TIMOB-19580", "fields": { "summary": "Customize Activity Transitions", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "priority": { "name": "Medium", "id": "3" }, "issuetype": { "id": "8", "description": "A technical task.", "name": "Technical task", "subtask": true } } } } ], "assignee": null, "updated": "2018-02-28T19:55:53.000+0000", "status": { "description": "The issue is open and ready for the assignee to start work on it.", "name": "Open", "id": "1", "statusCategory": { "id": 2, "key": "new", "colorName": "blue-gray", "name": "To Do" } }, "components": [ { "id": "10202", "name": "Android", "description": "Android Platform" } ], "attachment": [], "flagged": false, "summary": "Android: Enable activity*Transition without sharedElements", "creator": { "name": "fokkezb", "key": "fokke", "displayName": "Fokke Zandbergen", "active": true, "timeZone": "Europe/Amsterdam" }, "subtasks": [], "reporter": { "name": "fokkezb", "key": "fokke", "displayName": "Fokke Zandbergen", "active": true, "timeZone": "Europe/Amsterdam" }, "environment": null, "comment": { "comments": [ { "id": "380847", "author": { "name": "hazemkhaled", "key": "hazemkhaled", "displayName": "Hazem Khaled", "active": true, "timeZone": "Europe/Istanbul" }, "body": "+1", "updateAuthor": { "name": "hazemkhaled", "key": "hazemkhaled", "displayName": "Hazem Khaled", "active": true, "timeZone": "Europe/Istanbul" }, "created": "2016-03-28T19:49:18.000+0000", "updated": "2016-03-28T19:49:18.000+0000" }, { "id": "428373", "author": { "name": "michael", "key": "michael", "displayName": "Michael Gangolf", "active": true, "timeZone": "Europe/Berlin" }, "body": "I've tried that code above but it won't open the first window if you don't use {{animated:false}} in {{win.open()}}\r\n\r\n{code:javascript}\r\nvar win = Ti.UI.createWindow({\r\n\tbackgroundColor: '#fff',\r\n\tactivityEnterTransition: Titanium.UI.Android.TRANSITION_SLIDE_LEFT,\r\n\tactivityExitTransition: Titanium.UI.Android.TRANSITION_SLIDE_TOP\r\n});\r\n\r\nvar win2 = Ti.UI.createWindow({\r\n\tbackgroundColor: '#f00',\r\n\tactivityEnterTransition: Titanium.UI.Android.TRANSITION_SLIDE_LEFT,\r\n\tactivityExitTransition: Titanium.UI.Android.TRANSITION_EXPLODE\r\n});\r\n\r\nvar btn = Ti.UI.createButton({\r\n\ttitle: \"open\"\r\n});\r\nbtn.addEventListener(\"click\", function() {\r\n\twin2.open();\r\n});\r\nwin.add(btn);\r\nwin.open({\r\n animated:false\r\n});\r\n{code}\r\n\r\nIt would be nice to use the transitions without a sharedElement. ", "updateAuthor": { "name": "michael", "key": "michael", "displayName": "Michael Gangolf", "active": true, "timeZone": "Europe/Berlin" }, "created": "2017-09-23T12:20:08.000+0000", "updated": "2017-09-23T12:20:08.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }