phaser/src/tweens/builders
2022-11-03 18:44:54 +00:00
..
GetBoolean.js Specify return type 2022-08-23 17:36:52 +01:00
GetEaseFunction.js Removed array check and tidied up direction code 2022-08-23 15:20:14 +01:00
GetInterpolationFunction.js Removed unsupported interpolation functions 2022-08-23 17:49:47 +01:00
GetNewValue.js Update GetNewValue.js 2022-09-02 18:09:52 +01:00
GetProps.js Use substring instead 2022-08-19 16:50:59 +01:00
GetTargets.js Updated copyright year 2022-02-28 14:29:51 +00:00
GetValueOp.js You can now specify a target property as 'random' to have the Tween pick a random float between the two given values. For example: alpha: 'random(0.25, 0.75)'. If you wish to only select a random integer, you can use 'int' instead: x: int(300, 600)'. 2022-09-06 15:34:02 +01:00
index.js Removed all Timeline related code and events 2022-08-23 21:13:03 +01:00
NumberTweenBuilder.js Fixed 2022-09-14 22:34:08 +01:00
StaggerBuilder.js Update StaggerBuilder.js 2022-08-23 18:08:48 +01:00
TweenBuilder.js texture can be a string, or a string in the properties block 2022-11-03 18:44:54 +00:00
TweenChainBuilder.js jsdoc fixes 2022-09-20 17:36:31 +01:00