Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-7156] MobileWeb: Ti.UI.Animation implementation

GitHub Issuen/a
TypeBug
PriorityCritical
StatusClosed
ResolutionFixed
Resolution Date2012-01-16T11:05:34.000+0000
Affected Version/sRelease 2.0.0
Fix Version/sSprint 2012-02, Release 2.0.0, Release 1.8.1
ComponentsMobileWeb
Labelsstage2
ReporterPatrick Seda
AssigneeChris Barber
Created2012-01-12T17:34:45.000+0000
Updated2017-03-03T23:21:02.000+0000

Description

Implementing the following Titanium code: {noformat} var showAnimation = Ti.UI.createAnimation({ opacity:1, duration:800 }); {noformat} Causes the following error: {noformat}TypeError: 'undefined' is not a constructor (evaluating 'new Ti.UI.Animation(args)'){noformat} Extends Evented. No methods. Properties: * autoreverse * backgroundColor * bottom * center * color * curve * delay * duration * height * left * opacity * repeat * right * top * transform * visible * width * zIndex Events: * complete * start Updated docs with support for: * backgroundColor * color * curve

Comments

  1. Chris Barber 2012-01-14

    Pull request: https://github.com/appcelerator/titanium_mobile/pull/1181
  2. Lee Morris 2017-03-03

    Closing ticket as MobileWeb is no longer supported.

JSON Source