[TIMOB-18750] Windows: Support animations of right, center and bottom properties
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2016-06-03T17:55:16.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 5.4.0 |
Components | Windows |
Labels | n/a |
Reporter | Christopher Williams |
Assignee | Gary Mathews |
Created | 2015-03-27T15:11:22.000+0000 |
Updated | 2016-07-01T15:40:44.000+0000 |
Description
When implementing Ti.Ui.Aniamtion/Ti.UI.View.animate() I didn't implement bottom/right/center animations - just top/left.
We need to implement bottom/right/center as well, which typically should just involve the same basic code, just referencing different properties of the component for determining the amount to move.
master: https://github.com/appcelerator/titanium_mobile_windows/pull/734
Verified using: Windows 10 Pro Ti SDK: 5.4.0.v20160630074247 Appc NPM: 4.2.7-2 Appc CLI: 5.4.0-23 Appc Studio: 4.7.0.201606220541 The right, centre and bottom properties can now be used in an animation. Filed TIMOB-23607 to fix the view snapping back to centre when the animation is finished. Closing ticket