phaser/src/tweens
2020-09-02 22:27:40 +01:00
..
builders Previously, the easeParams array within a Tweens props object, or a multi-object tween, were ignored and it was only used if set on the root Tween object. It will now work correctly set at any depth. Fix #4292 2020-09-02 22:27:40 +01:00
events Add tween 'stop' event and 'onStop' callback 2020-06-06 11:21:23 -07:00
tween Tween.seek will no longer issue a console warning for 'Tween.seek duration too long', it's now up to you to check on the performance of tween seeking. 2020-08-26 13:50:54 +01:00
typedefs Docs: tween onStop, etc. 2020-06-06 11:21:23 -07:00
index.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
Timeline.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
TweenManager.js TweenManager.getTweensOf has a new parameter includePending. If set, it will also check the pending tweens for the given targets and return those in the results as well. Fix #5260 2020-08-20 10:22:35 +01:00