create(object) → {Phaser.Tween}
Create a tween object for a specific object. The object can be any JavaScript object or Phaser object such as Sprite.
Parameters
Name | Type | Description |
---|---|---|
object | object | Object the tween will be run on. |
Returns
The newly created tween object.
- Source code: tween/TweenManager.js (Line 203)
Please login to continue.