{ "id": "174923", "key": "TIMOB-27855", "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": [ { "id": "20950", "name": "Release 9.1.0", "archived": false, "released": true, "releaseDate": "2020-08-25" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2020-08-11T14:56:22.000+0000", "created": "2020-04-19T13:27:01.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [ "android", "animation", "elevation" ], "versions": [], "issuelinks": [ { "id": "58342", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "113860", "key": "TIMOB-13764", "fields": { "summary": "TiAPI: After animating properties on a view, should those be updated in the view properties?", "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": "High", "id": "2" }, "issuetype": { "id": "4", "description": "An improvement or enhancement to an existing feature or task.", "name": "Improvement", "subtask": false } } } } ], "assignee": { "name": "jquick", "key": "jquick", "displayName": "Joshua Quick", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2020-08-11T14:56:22.000+0000", "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" } }, "components": [ { "id": "10202", "name": "Android", "description": "Android Platform" } ], "description": "Currently it is not possible to animate the elevation value. Other values can be animated. \r\n\r\n{code}\r\nvar win = Ti.UI.createWindow({\r\n\tlayout: \"vertical\",\r\n\tbackgroundColor: \"#fff\"\r\n});\r\n\r\nvar v = Ti.UI.createView({\r\n\televation: 20,\r\n\twidth: 200,\r\n\theight: 200,\r\n\ttop: 50,\r\n\tbackgroundColor:\"#fff\"\r\n});\r\nvar v2 = Ti.UI.createView({\r\n\twidth: 200,\r\n\theight: 200,\r\n\ttop: 50,\r\n\tbackgroundColor:\"#fff\"\r\n});\r\n\r\nwin.add([v,v2]);\r\n\r\nsetTimeout(function(){\r\n\tv.animate({\r\n\t\tduration: 2000,\r\n\t\televation: 0,\r\n\t\tautoreverse:true,\r\n\t\trepeat: 10\r\n\t});\r\n\tv2.animate({\r\n\t\tduration: 2000,\r\n\t\televation: 20,\r\n\t\tautoreverse:true,\r\n\t\trepeat: 10\r\n\t});\r\n}, 1000)\r\n\r\nwin.open();\r\n{code}", "attachment": [], "flagged": false, "summary": "Android: Animate elevation value", "creator": { "name": "michael", "key": "michael", "displayName": "Michael Gangolf", "active": true, "timeZone": "Europe/Berlin" }, "subtasks": [], "reporter": { "name": "michael", "key": "michael", "displayName": "Michael Gangolf", "active": true, "timeZone": "Europe/Berlin" }, "environment": null, "comment": { "comments": [ { "id": "455184", "author": { "name": "michael", "key": "michael", "displayName": "Michael Gangolf", "active": true, "timeZone": "Europe/Berlin" }, "body": "PR: https://github.com/appcelerator/titanium_mobile/pull/11646", "updateAuthor": { "name": "michael", "key": "michael", "displayName": "Michael Gangolf", "active": true, "timeZone": "Europe/Berlin" }, "created": "2020-04-19T13:27:16.000+0000", "updated": "2020-04-19T13:27:16.000+0000" }, { "id": "455185", "author": { "name": "michael", "key": "michael", "displayName": "Michael Gangolf", "active": true, "timeZone": "Europe/Berlin" }, "body": "Also removed some of the pre honeycomb stuff so I don't have to write stuff twice and it shouldn't get called at all since the min SDK is higher", "updateAuthor": { "name": "michael", "key": "michael", "displayName": "Michael Gangolf", "active": true, "timeZone": "Europe/Berlin" }, "created": "2020-04-19T13:28:11.000+0000", "updated": "2020-04-19T13:28:11.000+0000" }, { "id": "455230", "author": { "name": "smohammed", "key": "smohammed", "displayName": "Samir Mohammed", "active": true, "timeZone": "America/Los_Angeles" }, "body": "FR Passed, waiting on Jenkins build", "updateAuthor": { "name": "smohammed", "key": "smohammed", "displayName": "Samir Mohammed", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2020-04-24T12:58:07.000+0000", "updated": "2020-04-24T12:58:07.000+0000" }, { "id": "455234", "author": { "name": "michael", "key": "michael", "displayName": "Michael Gangolf", "active": true, "timeZone": "Europe/Berlin" }, "body": "I've added color animation in the PR: https://github.com/appcelerator/titanium_mobile/pull/11658\r\nSince the other one is already approved I didn't want to include it there. Hope that is fine.", "updateAuthor": { "name": "michael", "key": "michael", "displayName": "Michael Gangolf", "active": true, "timeZone": "Europe/Berlin" }, "created": "2020-04-25T14:10:44.000+0000", "updated": "2020-04-25T14:10:44.000+0000" }, { "id": "455281", "author": { "name": "cwilliams", "key": "cwilliams", "displayName": "Christopher Williams", "active": true, "timeZone": "America/New_York" }, "body": "merged to master for 9.1.0 target", "updateAuthor": { "name": "cwilliams", "key": "cwilliams", "displayName": "Christopher Williams", "active": true, "timeZone": "America/New_York" }, "created": "2020-04-28T13:49:08.000+0000", "updated": "2020-04-28T13:49:08.000+0000" }, { "id": "455283", "author": { "name": "smohammed", "key": "smohammed", "displayName": "Samir Mohammed", "active": true, "timeZone": "America/Los_Angeles" }, "body": "FR for https://github.com/appcelerator/titanium_mobile/pull/11658 complete, waiting on CR. ", "updateAuthor": { "name": "smohammed", "key": "smohammed", "displayName": "Samir Mohammed", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2020-04-28T14:58:41.000+0000", "updated": "2020-04-28T14:58:41.000+0000" }, { "id": "455284", "author": { "name": "cwilliams", "key": "cwilliams", "displayName": "Christopher Williams", "active": true, "timeZone": "America/New_York" }, "body": "reviewed and merged to master for 9.1.0", "updateAuthor": { "name": "cwilliams", "key": "cwilliams", "displayName": "Christopher Williams", "active": true, "timeZone": "America/New_York" }, "created": "2020-04-28T18:31:19.000+0000", "updated": "2020-04-28T18:31:19.000+0000" }, { "id": "456410", "author": { "name": "smohammed", "key": "smohammed", "displayName": "Samir Mohammed", "active": true, "timeZone": "America/Los_Angeles" }, "body": "*Closing ticket*. Improvement verified in SDK version {{9.1.0.v20200810120239}}.\r\n\r\n*Test and other information can be found at:*\r\nhttps://github.com/appcelerator/titanium_mobile/pull/11658", "updateAuthor": { "name": "smohammed", "key": "smohammed", "displayName": "Samir Mohammed", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2020-08-11T14:56:14.000+0000", "updated": "2020-08-11T14:56:14.000+0000" } ], "maxResults": 9, "total": 9, "startAt": 0 } } }