[TIMOB-23243] Windows: Ti.UI.createAnimation does not support % in the width property
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | High |
| Status | Closed |
| Resolution | Duplicate |
| Resolution Date | 2016-05-25T23:20:24.000+0000 |
| Affected Version/s | Release 5.4.0, Release 5.3.0 |
| Fix Version/s | Release 5.4.0 |
| Components | Windows |
| Labels | qe-5.4.0 |
| Reporter | Jörgen Buder |
| Assignee | Gary Mathews |
| Created | 2016-04-20T09:37:17.000+0000 |
| Updated | 2016-06-29T21:10:13.000+0000 |
Description
Example:
var animateRight = Ti.UI.createAnimation({
left : "85%",
curve : Ti.UI.ANIMATION_CURVE_EASE_OUT,
duration : Alloy.Globals.Animation.animeDuration
});
I get crash building for Windows Phone 8.1, if I exchange it to a absolute value like 250 it works
Duplicate of TIMOB-19351
Closing ticket as TIMOB-19351 is verified as fixed.