Class lime.animation.RotateBy
Extends
lime.animation.Animation.
Defined in: rotateby.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
lime.animation.RotateBy(angle)
Rotate by given angle in degrees
|
| Field Attributes | Field Name and Description |
|---|---|
- Fields borrowed from class lime.animation.Animation:
- isPlaying_, targets
| Method Attributes | Method Name and Description |
|---|---|
|
clearTransition(target)
|
|
|
makeTargetProp(target)
|
|
|
reverse()
|
|
|
update(t, target)
|
- Methods borrowed from class lime.animation.Animation:
- addTarget, cloneParam, enableOptimizations, getDirector, getDuration, getEasing, getTargetProp, initTarget, play, removeTarget, setDuration, setEasing, step_, stop, updateAll, useTransitions
Class Detail
lime.animation.RotateBy(angle)
Rotate by given angle in degrees
- Parameters:
- {number} angle
- Angle to rotate.
Field Detail
scope
Method Detail
clearTransition(target)
- Parameters:
- target
- See:
- lime.animation.Animation#clearTransition
makeTargetProp(target)
- Parameters:
- target
reverse()
update(t, target)
- Parameters:
- t
- target