Rev 205 | Rev 207 | Go to most recent revision | Last modification | Compare with Previous | View Log | RSS feed
* ani.js
- Added jsx.animation.Timeline.INDEFINITE (static property)
- jsx.animation.Animation: Timeline's targets initialized in constructor
- Timeline:
+ types, propertyInfo: Moved local variables to public static properties
+ Moved KeyFrame evaluation to public evaluateKeyValues()
+ Uses KeyFrame-provided comparator to sort key frames
- Restored Frame type, KeyFrame as subtype
- Added jsx.animation.KeyValue to allow properties to be
interpolated differently from the default of their KeyFrame
- Updated Timeline documentation