Commit Graph

19 Commits

Author SHA1 Message Date
Eric Rowell
217fbf2097 added manual test for tween reset event 2013-07-21 16:27:40 -07:00
Eric Rowell
1a85829ccd Merge pull request #480 from mrkeldon/master
Add onReset handler for Tweens
2013-07-21 16:16:59 -07:00
Eric Rowell
812ea103f2 added tween.destroy() method + unit tests 2013-06-09 00:28:39 -07:00
Eric Rowell
584eb5eddb fixed Tween regression 2013-06-08 20:22:34 -07:00
Eric Rowell
8a5ad235bd added some tween unit tests. all tween methods now return this 2013-06-04 22:39:11 -07:00
Eric Rowell
05bc2e9d1f Tweens now have built-in point array support. This means thatyou can tween any numeric value, or any array of points. Very handy for Line, spline, Polygon, and Blob 2013-06-03 22:09:47 -07:00
Eric Rowell
55e775c1ff rewrote Kinetic.Tween yet again. A Kinetic.Tween is no longer made up of Tweens. A single tween instance is used, which tweens a value from 0 to 1. Kinetic.Tween then uses the value between 0 and 1 to update all of the attributes. This performs much better, and sets us up for true array tweening support 2013-06-03 21:50:14 -07:00
Keldon Jones
014d4df1f2 Call onReset event when Tween resets to beginning 2013-05-31 15:49:22 -06:00
Eric Rowell
c9e281c48b fixed Tween and Util regression 2013-05-20 23:35:05 -07:00
Eric Rowell
ffbf0245e2 fixed #460 2013-05-20 22:41:13 -07:00
Eric Rowell
7069bf9e0c stage tweens now work correctly. getChildren() and getLayers() now return a Kinetic.Collection. added toArray() method to Kinetic.Collection 2013-05-19 21:07:43 -07:00
Eric Rowell
056346c14d even more documentation 2013-05-18 22:30:57 -07:00
Eric Rowell
2ea5f83204 more docs, especially for Util and Tween 2013-05-18 10:40:05 -07:00
Eric Rowell
821138cc0a more documenting 2013-05-15 22:03:52 -07:00
Eric Rowell
f9277b8fec more Tween polishing 2013-05-11 23:57:14 -07:00
Eric Rowell
3e99e5e705 seek should auto pause the tween 2013-05-11 16:48:24 -07:00
Eric Rowell
264d98c1ce polished up the new Tween class. goto changed to seek. auto property conflict resolution. onFinish can now be set 2013-05-11 16:43:09 -07:00
Eric Rowell
335bd10310 changed Ease namespace to Easings 2013-05-10 22:17:58 -07:00
Eric Rowell
622041aeaf added Tween class which replaces the old Transition class 2013-05-10 22:10:05 -07:00