new lime.animation.RotateBy(angle)
Rotate by given angle in degrees
Parameters:
Name | Type | Description |
---|---|---|
angle |
number | Angle to rotate. |
- Source:
- animation/rotateby.js, line 14
Extends
Summary
Members |
||
---|---|---|
scope
|
Inherited
Methods |
||
---|---|---|
clearTransition (target)
Clear transistion when animation is stoped.
|
||
makeTargetProp ()
|
||
reverse ()
|
||
update ()
|
Inherited
lime.animation.Animation.addTarget,  lime.animation.Animation.cloneParam,  lime.animation.Animation.enableOptimizations,  lime.animation.Animation.getDirector,  lime.animation.Animation.getDuration,  lime.animation.Animation.getEasing,  lime.animation.Animation.getTargetProp,  lime.animation.Animation.initTarget,  lime.animation.Animation.play,  lime.animation.Animation.removeTarget,  lime.animation.Animation.setDuration,  lime.animation.Animation.setEasing,  lime.animation.Animation.step_,  lime.animation.Animation.stop,  lime.animation.Animation.updateAll,  lime.animation.Animation.useTransitions
Members
-
scope
-
- Source:
- animation/rotateby.js, line 25
Methods
-
clearTransition(target)
-
Clear transistion when animation is stoped.
Parameters:
Name Type Description target
lime.Node The target to clear transistion for. - Source:
- animation/rotateby.js, line 57
-
makeTargetProp()
-
- Source:
- animation/rotateby.js, line 31
- See:
-
reverse()
-
- Source:
- animation/rotateby.js, line 68
- See:
-
update()
-
- Source:
- animation/rotateby.js, line 47
- See: