[TIMOB-7108] MobileWeb: Complete base Ti._.UI.Element implementation
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Medium |
| Status | Closed |
| Resolution | Invalid |
| Resolution Date | 2012-02-15T13:57:07.000+0000 |
| Affected Version/s | Release 2.0.0 |
| Fix Version/s | n/a |
| Components | MobileWeb |
| Labels | n/a |
| Reporter | Chris Barber |
| Assignee | Chris Barber |
| Created | 2012-01-11T13:59:58.000+0000 |
| Updated | 2014-01-28T23:57:34.000+0000 |
Description
Missing the following:
Properites:
* transform
Constants:
* animatedCenterPoint
Transform is already implemented, and animatedCenterPoint is already not listed as available for Mobile Web. Implementing animatedCenterPoint is non-trivial and performance intensive, since we must calculate the center point of the element every time a new frame of the animation is drawn, which we don't have hooks for.