Commit Graph

1498 Commits

Author SHA1 Message Date
Лаврёнов Антон
9926f5a6a9 setSize docs improve 2014-02-24 22:20:19 +08:00
Лаврёнов Антон
e97f3a4138 more event methods 2014-02-21 09:03:21 +08:00
Atis
57402f0ca8 add copy() and point() methods to Kinetic.Transform; most methods return "this" for chaining 2014-02-20 22:35:56 +02:00
Eric Rowell
f8ccd574cb made several optimizations to the Animation class. removed FRAF logic. Using performance.now when available. No longer creating a new function for every animation loop. requestAnimFrame is now called before render instead of after 2014-02-19 08:39:38 -08:00
Dieter Luypaert
fbd4a4a330 updated constructor documentation to comply with new "object literals" rule 2014-02-10 20:49:13 +01:00
ippo615
02acf9b2ba Kaleidoscope uses nearest neighbor instead of linear interpolation (performance boost) 2014-02-08 12:46:46 -05:00
kzhdev
63314758e8 move drag anim func to constructor 2014-02-05 21:48:12 -06:00
kzhdev
7f3bcdeb78 improve drag performance by avoid unnecessary drawing 2014-02-04 12:05:52 -06:00
David Bevin
5eb5a08e65 * Removed duplicated rotation test from Node-test.
* Renamed a test in Tween-test to give it a unique name.
2014-02-03 15:22:08 +11:00
ippo615
0b36fb91a9 Removed dependencies from HSL filter. 2014-01-31 17:03:25 -05:00
ippo615
da5055cf28 New HSL filter. HSV and HSL want values between -1.0 and +1.0 (was 0.5 to 2.0) 2014-01-31 16:49:11 -05:00
kzhdev
3ac8ee5919 Improve getIntersection performance 2014-01-31 11:40:08 -06:00
kzhdev
ed03702cd5 fixed an issue where setPixelRatio changed canvas to wrong size 2014-01-30 16:15:18 -06:00
kzhdev
b5ef9d87bb Fix listening issue. close #772 2014-01-30 08:55:46 -06:00
ippo615
774f50007c Added HSL filter. 2014-01-27 19:59:42 -05:00
Guy Cook
d92a5f53e5 Shape.hasShadow cache fix
Typo was causing hasShadow cache not to be invalidated after using
setShadowEnabled. Fixes issue #693
2014-01-26 17:17:14 +13:00
kzhdev
b03dab08e8 improve dragmove performance 2014-01-23 08:22:52 -06:00
Eric Rowell
ee6a786ebb Merge pull request #774 from cthrax/master
Modify bower.json to meet bower standard as specified at https://docs.go...
2014-01-22 19:17:40 -08:00
Myles Bostwick
ef4333eb52 Modify bower.json to meet bower standard as specified at https://docs.google.com/document/d/1APq7oA9tNao1UYWyOm8dKqlRP2blVkROYLZ2fLIjtWc/edit#heading=h.jmmgkr9iuyac 2014-01-22 15:01:30 -07:00
kzhdev
a3cebbb147 draw cache hit only when the shape was listening and visible 2014-01-22 11:25:16 -06:00
kzhdev
5fac5b5cb3 Fixed an issue where hit didn't cached if a shape was cached before added to a layer. Fix #758 2014-01-22 11:24:12 -06:00
Eric Rowell
45bc983dfc added dev and minified versions of kinetic to root without version in the name. updated bower build steps 2014-01-21 20:50:30 -08:00
Eric Rowell
2993f9bb76 built release file in preparation for 5.0.1 release 2014-01-21 00:04:21 -08:00
Eric Rowell
82db0dd843 using getter overloader for toObject() method 2014-01-21 00:00:38 -08:00
Eric Rowell
99719bad44 fixed #769 2014-01-20 23:56:35 -08:00
Eric Rowell
6650733b0a updated docs 2014-01-20 23:38:23 -08:00
Eric Rowell
d7796a1955 added new after func for factor setters. The filters can now hook into after, rather than a validator 2014-01-20 22:47:47 -08:00
Eric Rowell
da28418239 introduced new alpha component for colors. fixed #755. Created new validators namespace for getter setter validator functions 2014-01-20 11:26:01 -08:00
Eric Rowell
708937d5c5 reenabling all tests 2014-01-19 22:01:35 -08:00
Eric Rowell
9579d4b2f6 Merge pull request #739 from lavrton/docImprove
Doc improve
2014-01-19 21:57:48 -08:00
Eric Rowell
37df33a8eb hooked bower json file generation to full grunt build. added minified build so root directory 2014-01-19 21:51:06 -08:00
Eric Rowell
2243010d33 collections are now chainable 2014-01-19 21:37:13 -08:00
Eric Rowell
f1b1c58166 all methods are now copied to Collection prototype so that you don't have to use the each() method all the time 2014-01-19 21:35:28 -08:00
Eric Rowell
79f86f2fe0 fixed pattern scale default issue 2014-01-12 21:48:33 -08:00
Лаврёнов Антон
07f89dc7c4 ring have no angle conf 2014-01-13 01:21:23 +08:00
Лаврёнов Антон
fb92e63985 Ellipse radius typo? 2014-01-13 01:20:37 +08:00
Лаврёнов Антон
d5cb070933 tween methods are chainable 2014-01-13 01:18:35 +08:00
Лаврёнов Антон
89415e6853 getPointerPosition return object 2014-01-13 01:15:35 +08:00
Лаврёнов Антон
1db2a43657 hasChildren returns Boolean 2014-01-13 01:07:57 +08:00
Лаврёнов Антон
90dd146c47 find returns Collection 2014-01-13 01:07:06 +08:00
Лаврёнов Антон
a8adef8927 Container's add return this 2014-01-13 01:05:46 +08:00
Лаврёнов Антон
41927fd0c1 toImage don't return image - because async. 2014-01-13 01:03:23 +08:00
Лаврёнов Антон
de8073b89b toDataURL don't need callback. It is sync function. 2014-01-13 01:02:40 +08:00
Лаврёнов Антон
2ea7e5c53c getCanvas, getHitCanvas and getContext is Layer methods right? 2014-01-13 00:49:48 +08:00
Лаврёнов Антон
a2714debe6 evt and bubble is optional 2014-01-13 00:46:18 +08:00
Eric Rowell
8dd503c7bd checking in jsdoc dir so people can generate docs themselves 2014-01-12 00:39:08 -08:00
Eric Rowell
98b282b819 updated Node and Shape param docs 2014-01-12 00:32:58 -08:00
Eric Rowell
290d66880a finished Shape docs 2014-01-12 00:23:53 -08:00
Eric Rowell
2c5f332706 continued working on Shape docs 2014-01-11 20:54:57 -08:00
Eric Rowell
0e0c92da18 added Node unit test 2014-01-11 14:59:19 -08:00