Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-7108] MobileWeb: Complete base Ti._.UI.Element implementation

GitHub Issuen/a
TypeBug
PriorityMedium
StatusClosed
ResolutionInvalid
Resolution Date2012-02-15T13:57:07.000+0000
Affected Version/sRelease 2.0.0
Fix Version/sn/a
ComponentsMobileWeb
Labelsn/a
ReporterChris Barber
AssigneeChris Barber
Created2012-01-11T13:59:58.000+0000
Updated2014-01-28T23:57:34.000+0000

Description

Missing the following: Properites: * transform Constants: * animatedCenterPoint

Comments

  1. Bryan Hughes 2012-02-15

    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.

JSON Source