| Property | Defined By | ||
|---|---|---|---|
| change : Number = 0 | TweenValue | ||
| equation : TweenEquation = null | TweenValue | ||
| prop : String = null | TweenValue | ||
| start : Number = 0 | TweenValue | ||
| target : Number = 0 | TweenValue | ||
| Method | Defined By | ||
|---|---|---|---|
TweenValue(prop:String, target:Number, equation:TweenEquation = null) | TweenValue | ||
| change | property |
public var change:Number = 0| equation | property |
public var equation:TweenEquation = null| prop | property |
public var prop:String = null| start | property |
public var start:Number = 0| target | property |
public var target:Number = 0| TweenValue | () | Constructor |
public function TweenValue(prop:String, target:Number, equation:TweenEquation = null)prop:String | |
target:Number | |
equation:TweenEquation (default = null) |