Richard Davey
|
6724cc6e91
|
texture can be a string, or a string in the properties block
|
2022-11-03 18:44:54 +00:00 |
|
Richard Davey
|
2834dba8d0
|
jsdoc fixes
|
2022-09-20 17:36:31 +01:00 |
|
Richard Davey
|
ded399e727
|
Call addFrame
|
2022-09-20 13:09:01 +01:00 |
|
Richard Davey
|
6e0566ced4
|
Fixed target getting bug
|
2022-09-19 23:24:23 +01:00 |
|
Richard Davey
|
09b7901380
|
Supports making TweenFrameData
|
2022-09-19 22:52:39 +01:00 |
|
Richard Davey
|
ef5f40c1b8
|
Support TweenFrameData
|
2022-09-16 18:53:47 +01:00 |
|
Richard Davey
|
20e8c183c2
|
Fixed
|
2022-09-14 22:34:08 +01:00 |
|
Richard Davey
|
3429946b13
|
Update TweenChainBuilder.js
|
2022-09-13 22:53:51 +01:00 |
|
Richard Davey
|
8705f2a606
|
If you pass in a tween, return it. Also use merged defaults and base type
|
2022-09-13 18:44:56 +01:00 |
|
Richard Davey
|
1a509fbd98
|
Create TweenChainBuilder.js
|
2022-09-13 18:44:36 +01:00 |
|
Richard Davey
|
68c560064c
|
All of the 'Scope' tween configuration callback properties have been removed, including onActiveScope , onCompleteScope , onLoopScope , onPauseScope , onRepeatScope , onResumeScope , onStartScope , onStopScope , onUpdateScope and onYoyoScope . You should set the callbackScope property instead, which will globally set the scope for all callbacks. You can also set the Tween.callbackScope property.
|
2022-09-06 15:38:05 +01:00 |
|
Richard Davey
|
2f638d4abe
|
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 |
|
Richard Davey
|
d058d216ed
|
Starting to refactor for new TweenData format
|
2022-09-02 18:56:40 +01:00 |
|
Richard Davey
|
e22009f585
|
Don't pass value if no interpolation func
|
2022-09-02 18:56:26 +01:00 |
|
Richard Davey
|
4eea1e75b3
|
Use GetValue for numeric-only properties
|
2022-09-02 18:10:08 +01:00 |
|
Richard Davey
|
072c709d04
|
Update GetNewValue.js
|
2022-09-02 18:09:52 +01:00 |
|
Richard Davey
|
8b6bdba654
|
Just use targetIndex plus tidied up functions
|
2022-09-02 16:20:39 +01:00 |
|
Richard Davey
|
05659d2b6b
|
Refactored TweenData into a class to aid the VM in knowing its shape
|
2022-09-02 00:56:22 +01:00 |
|
Richard Davey
|
262dc391d6
|
Remove useFrames
|
2022-08-24 21:53:19 +01:00 |
|
Richard Davey
|
508252c039
|
The property and feature Tween.useFrames has been removed and is no longer a valid Tween Config option. Tweens are now entirely ms/time based.
|
2022-08-24 21:51:57 +01:00 |
|
Richard Davey
|
2d11103c34
|
Removed BaseTween and merged back into Tween
As we don't need to split it for Timeline any longer.
|
2022-08-23 21:27:15 +01:00 |
|
Richard Davey
|
77603c2b42
|
Removed all Timeline related code and events
|
2022-08-23 21:13:03 +01:00 |
|
Richard Davey
|
1f01eaa355
|
Update StaggerBuilder.js
|
2022-08-23 18:08:48 +01:00 |
|
Richard Davey
|
68f2f6cb61
|
Remove console.log
|
2022-08-23 17:49:55 +01:00 |
|
Richard Davey
|
73a96bc4c2
|
Removed unsupported interpolation functions
|
2022-08-23 17:49:47 +01:00 |
|
Richard Davey
|
4c23a88e03
|
We can simplify this a lot and only call funcs during TweenData creation
|
2022-08-23 17:37:40 +01:00 |
|
Richard Davey
|
0eb0171dfb
|
Specify return type
|
2022-08-23 17:36:52 +01:00 |
|
Richard Davey
|
b3b4d596a9
|
Return interpolation getStart and getEnd
|
2022-08-23 17:36:42 +01:00 |
|
Richard Davey
|
4f34cb6b42
|
Can return null.
|
2022-08-23 17:36:14 +01:00 |
|
Richard Davey
|
e845dc207f
|
Added support for value interpolation
|
2022-08-23 15:21:32 +01:00 |
|
Richard Davey
|
bec14fbac1
|
Now supports tween interpolation
|
2022-08-23 15:21:15 +01:00 |
|
Richard Davey
|
16c1c4352b
|
Added GetInterpolationFunction
|
2022-08-23 15:20:28 +01:00 |
|
Richard Davey
|
1b4053a8e7
|
Removed array check and tidied up direction code
|
2022-08-23 15:20:14 +01:00 |
|
Richard Davey
|
2065f29f10
|
Added new persist feature
|
2022-08-22 17:54:52 +01:00 |
|
Richard Davey
|
faec522e15
|
Special-case for scale
|
2022-08-19 17:29:44 +01:00 |
|
Richard Davey
|
87ba0cdbb0
|
Use substring instead
|
2022-08-19 16:50:59 +01:00 |
|
Richard Davey
|
dfebdb9a7a
|
The TweenManager calls init.
|
2022-08-19 14:42:20 +01:00 |
|
Richard Davey
|
e25b3249c3
|
TweenBuilder calls Tween.init directly
|
2022-08-18 18:44:53 +01:00 |
|
Richard Davey
|
ef0ddec588
|
Update TweenBuilder.js
|
2022-07-27 17:52:28 +01:00 |
|
Richard Davey
|
fb765a47c4
|
Update TweenBuilder.js
|
2022-07-26 02:14:06 +01:00 |
|
Richard Davey
|
59fbcc5ca3
|
Updated copyright year
|
2022-02-28 14:29:51 +00:00 |
|
samme
|
0882e03fce
|
Remove obsolete comment
|
2021-06-27 11:53:30 -07:00 |
|
samme
|
9e6dc57063
|
Correct use of tween/timeline setCallback()
Fixes #5753
|
2021-06-26 17:30:24 -07:00 |
|
Richard Davey
|
cf17dbe7e9
|
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 |
|
samme
|
3c62cb3eb5
|
Configure timeline without tweens
|
2020-06-06 11:44:40 -07:00 |
|
Richard Davey
|
392c52fa8b
|
Update GetEaseFunction.js
|
2020-01-20 23:34:40 +00:00 |
|
Richard Davey
|
ff65e69cd1
|
Changed copyright date to 2020
|
2020-01-15 12:07:09 +00:00 |
|
Richard Davey
|
47ae9eaadc
|
Exposed StaggerBuilder and added missing param to JSDocs
|
2020-01-13 22:35:40 +00:00 |
|
Richard Davey
|
50d9931c11
|
Added cached MIN/MAX SAFE INT for IE support #4833
|
2019-11-18 17:01:55 +00:00 |
|
Richard Davey
|
8288eeb899
|
Updated docs
|
2019-07-02 12:13:43 +01:00 |
|