Jump to content
GreenSock

TweenMax.isTweening()

TweenMax.isTweening( target:Object ) : Boolean

[static] Reports whether or not a particular object is actively tweening.

Parameters

target: Object

Target object whose tweens you’re checking

 

Returns : Boolean

Value indicating whether or not any active tweens were found

Details

Reports whether or not a particular object is actively tweening. If a tween is paused, is completed, or hasn't started yet, it isn't considered active.

Copyright 2017, GreenSock. All rights reserved. This work is subject to theterms of useor for Club GreenSock members, the software agreement that was issued with the membership.
×