Yahoo! UI Library

node  3.2.0pr1

Yahoo! UI Library > node > Transition
Search:
 
Filters

Class Transition - extends Base

A class for constructing transition instances.

Constructor

Transition ( )

Properties

behaviors - static object

Bucket for custom getters and setters

DEFAULT_GETTER - static object

The default getter to use when getting object properties.

DEFAULT_SETTER - static object

The default setter to use when setting object properties.

DEFAULT_UNIT - static object

The default unit to use with properties that pass the RE_DEFAULT_UNIT test.

intervalTime - static object

Time in milliseconds passed to setInterval for frame processing
Default Value: 20

RE_DEFAULT_UNIT - static object

Regex of properties that should use the default unit.

Properties inherited from Attribute:

Properties inherited from Base:

Methods

_runFrame

private static void _runFrame ( )
Called per Interval to handle each animation frame.

run

void run ( )
Starts or an animation.
Chainable: This method is chainable.

Events inherited from Base:

Configuration attributes inherited from Base:


Copyright © 2010 Yahoo! Inc. All rights reserved.