This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
phaser
Watch
2
Star
0
Fork
You've already forked phaser
0
mirror of
https://github.com/photonstorm/phaser
synced
2024-11-28 07:31:11 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
33150018ad
phaser
/
src
/
tween
History
photonstorm
b3e6381a9e
Tween.update wouldn't dispatch an
onLoop
signal for Tweens with just one child, such as those created via Tween.to with -1 as the repeat value (thanks @ForgeableSum
#2407
)
2016-04-05 01:11:50 +01:00
..
Easing.js
2015 - 2016.
2016-04-04 22:16:16 +01:00
Tween.js
Tween.update wouldn't dispatch an
onLoop
signal for Tweens with just one child, such as those created via Tween.to with -1 as the repeat value (thanks @ForgeableSum
#2407
)
2016-04-05 01:11:50 +01:00
TweenData.js
TweenData.repeatTotal is a new property that keeps track of the total number of times the Tween should repeat. If TweenData.start is called, as a result of the Tween repeatCount being > 0 then the child tween resets its total before re-starting.
2016-04-05 01:06:05 +01:00
TweenManager.js
2015 - 2016.
2016-04-04 22:16:16 +01:00