| Package | me.cosmodro.yaxs.transitions |
| Class | public class TweenLiteTransitionProvider |
| Inheritance | TweenLiteTransitionProvider Object |
| Implements | ITransitionProvider |
| Method | Defined By | ||
|---|---|---|---|
TweenLiteTransitionProvider(fromParams:Object, toParams:Object)
constructor
| TweenLiteTransitionProvider | ||
get a TweenLite transition from one slide to another
| TweenLiteTransitionProvider | ||
| TweenLiteTransitionProvider | () | Constructor |
public function TweenLiteTransitionProvider(fromParams:Object, toParams:Object)constructor
ParametersfromParams:Object — Object - params for outgoing tweenlite
| |
toParams:Object — Object - params for incoming tweenlite
|
| getTransition | () | method |
public function getTransition(from:Slide, to:Slide):ITransitionget a TweenLite transition from one slide to another
Parameters
from:Slide — Slide - outgoing
| |
to:Slide — Slide - incoming
|
ITransition — ITransition - TweenLiteTransition
|