isTweening(object) → {boolean}
Checks to see if a particular Sprite is currently being tweened.
Parameters
Name | Type | Description |
---|---|---|
object | object | The object to check for tweens against. |
Returns
boolean -
Returns true if the object is currently being tweened, false if not.
- Source code: tween/TweenManager.js (Line 285)
Please login to continue.