[TIMOB-7156] MobileWeb: Ti.UI.Animation implementation
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-01-16T11:05:34.000+0000 |
Affected Version/s | Release 2.0.0 |
Fix Version/s | Sprint 2012-02, Release 2.0.0, Release 1.8.1 |
Components | MobileWeb |
Labels | stage2 |
Reporter | Patrick Seda |
Assignee | Chris Barber |
Created | 2012-01-12T17:34:45.000+0000 |
Updated | 2017-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
Pull request: https://github.com/appcelerator/titanium_mobile/pull/1181
Closing ticket as MobileWeb is no longer supported.