photonstorm
ffa50f27f6
Added in all of the animation callbacks (start, repeat, update and complete), and user-defined arguments for each of them + callback scope.
2017-04-10 16:27:38 +01:00
photonstorm
f303996f07
Removed ability to set alpha per animation frame (you do it via onUpdate if needed)
...
Added showOnStart and hideOnComplete config options to set visible state of sprite.
2017-04-10 14:38:44 +01:00
Richard Davey
b981f626e5
Added Play and StaggerPlay to the AnimationManager.
2017-04-07 00:41:05 +01:00
Richard Davey
24b223af86
Added TimeScale component.
2017-04-07 00:34:06 +01:00
Richard Davey
20c230d804
Added Animation.delay, repeat and repeatDelay, and fixed scoping issues and return values.
2017-04-07 00:29:20 +01:00
Richard Davey
98fa6ec24d
Split all the Animation functions out into their own files for easier management.
...
The Sprite Animation component now maintains its own set of animation properties (like repeat, yoyo, etc) so you can modify it on a local basis without messing up anything else using the same animation. These are reset if you load a new animation into the Sprite.
2017-04-07 00:07:20 +01:00
Richard Davey
105a2234e7
Frames can now set the alpha and visible properties of the sprites. Frame.onUpdate now called.
2017-04-06 03:45:45 +01:00
Richard Davey
c4924fbd70
Added Animation pause, resume and paused methods. Also remove animation, and includeDelay option to getFirstTick.
2017-04-06 00:58:56 +01:00
Richard Davey
4314fb095f
Added Frame progress slice.
2017-04-05 17:04:43 +01:00
Richard Davey
f7b6b357db
Added progress float.
2017-04-05 17:04:21 +01:00
Richard Davey
59787a154f
Generate methods now take config objects.
2017-04-05 17:04:10 +01:00
Richard Davey
baf69828a5
Working through progress support.
2017-04-05 15:27:31 +01:00
Richard Davey
5dd08c73be
Allows you to provide an array for the generate methods.
2017-04-05 15:27:31 +01:00
Richard Davey
7f1f2437e4
Now passes in the index to the AnimationFrame.
2017-04-05 15:27:31 +01:00
Richard Davey
3a3ad562ab
Added generateFrameNames method and reduced in size.
...
Fixed Pad bug.
Fixed Animation framerate delta speed.
2017-04-05 04:18:08 +01:00
Richard Davey
4dae85e27c
Animation repeat and yoyo now working properly.
2017-04-05 03:22:54 +01:00
Richard Davey
701c4b317f
Animation repeat and yoyo support.
2017-04-05 02:06:28 +01:00
Richard Davey
101e4f5be5
Animations working :)
2017-04-05 01:15:53 +01:00
Richard Davey
0ed1de6546
Lots of work updating the Animation system.
2017-04-04 23:59:37 +01:00
Richard Davey
7157d577f5
Updated GetFrames
2017-04-04 16:50:28 +01:00
Richard Davey
679dd1091e
Lots more work on the Animation Manager. New Animation format defined, properties added, frame splitter added and starting to plan out update loop.
2017-04-04 16:32:33 +01:00
Richard Davey
4684d23e16
Linting fixes.
2017-03-23 00:07:41 +00:00
Richard Davey
657ea7ffa7
AM start
2017-03-22 12:38:33 +00:00