IBasicTween
| Kind of class: | interface |
|---|---|
| Inherits from: | Command |
| Implemented by: | |
| Known subinterfaces: | |
| Version: | 1.0 |
| Author: | Francis Bourre |
| Classpath: | com.bourre.transitions.IBasicTween |
| File last modified: | Wednesday, 31 October 2007, 07:35:30 |
IBasicTween defines basic rules for tween implementation.Take a look at BasicTweenMS and
BasicTweenFPS for concrete implementation.
Instance methods
setEasing
function setEasing (
f:Function) : Void
Defines easing function for tween effect.
Parameters:
f:
Easing
Functionstart
function start (
) : Void
Starts tweening.
stop
function stop (
) : Void
Stops tweening.