Class createjs.TweenTarget.RotationProperty
Extends
.
Defined in: tween_target.js.
Constructor Attributes | Constructor Name and Description |
---|---|
createjs.TweenTarget.RotationProperty(rotation, path, index, start, step, offset, delta)
A class that changes the angle of a createjs.TweenTarget object so it faces
to the tangent of the specified quadratic-Bezier path.
|
Method Attributes | Method Name and Description |
---|---|
<static> |
createjs.TweenTarget.RotationProperty.get(rotation, path, index, start, step, orientation, offset)
Creates a new createjs.TweenTarget.RotationProperty object.
|
<static> |
createjs.TweenTarget.RotationProperty.getOffset(path, index)
Retrieves an angle offset.
|
setValue(target, proxy, ratio, listener, position, targets)
|
Class Detail
createjs.TweenTarget.RotationProperty(rotation, path, index, start, step, offset, delta)
A class that changes the angle of a createjs.TweenTarget object so it faces
to the tangent of the specified quadratic-Bezier path.
- Parameters:
- {createjs.TweenTarget.NumberProperty} rotation
-
{Array.
} path - {number} index
- {number} start
- {number} step
- {number} offset
- {number} delta
Method Detail
<static>
{createjs.TweenTarget.RotationProperty}
createjs.TweenTarget.RotationProperty.get(rotation, path, index, start, step, orientation, offset)
Creates a new createjs.TweenTarget.RotationProperty object.
- Parameters:
- {createjs.TweenTarget.NumberProperty} rotation
-
{Array.
} path - {number} index
- {number} start
- {number} step
- {number} orientation
- {number} offset
- Returns:
- {createjs.TweenTarget.RotationProperty}
<static>
{number}
createjs.TweenTarget.RotationProperty.getOffset(path, index)
Retrieves an angle offset. This method is used for creating a list of
createjs.TweenTarget.RotationProperty objects from a path.
- Parameters:
-
{Array.
} path - {number} index
- Returns:
- {number}
setValue(target, proxy, ratio, listener, position, targets)
- Parameters:
- target
- proxy
- ratio
- listener
- position
- targets