TweenAnimation

From Virtual World Web Wiki
Jump to: navigation, search

Tween animation base class

  • This is a JavaScript visible object

Remarks [edit]

Methods

TweenAnimation Child(string name)
TweenAnimation Delay(float delay)
TweenAnimation EaseType(EaseType easeType)
TweenAnimation LoopType(LoopType loopType)
TweenAnimation OnComplete(JSFlexibleFunction onComplete)
Callback once the tween completed its running state
TweenAnimation OnStart(JSFlexibleFunction onStart)
Callback before the tween starts running
TweenAnimation OnUpdate(JSFlexibleFunction onUpdate)
Callback on every update while the tween is running
TweenAnimation Parent(string name)
void Run(GUIContainer target, bool destroy = true)
TweenAnimation Sibling(string name)
TweenAnimation Speed(float speed)
TweenAnimation Time(float time)
TweenAnimation Visible(bool visible)