konva/src
Matt Slocum 19672c2727 Allow nodes to have multiple names similar to css
The name field of a shape or element currently only supports a single name, but the find selector mimics css which supports multiple class names per node. This enhancement allows the name field to also support multiple names. 

For example you could name a circle: 'red circle' and a square: 'red square', and now stage.find('.red') will return both elements, but stage.find('.square') will return just the square.
2014-08-24 21:48:27 -06:00
..
filters resolve lint errors + some refactoring 😯 2014-08-19 19:27:46 +08:00
plugins cornerRadius on Tags implemented, fix #475 2014-07-02 11:56:52 +02:00
shapes better animation and sprite workflow. fix #1002, #974, #700 2014-08-23 18:11:41 +08:00
Animation.js better animation and sprite workflow. fix #1002, #974, #700 2014-08-23 18:11:41 +08:00
BaseLayer.js ✏️ fix typo 2014-06-10 10:01:49 +08:00
Canvas.js resolve lint errors + some refactoring 😯 2014-08-19 19:27:46 +08:00
Container.js Merge remote-tracking branch 'origin/master' 2014-08-19 19:35:59 +08:00
Context.js added angleDeg flag that enables developers to choose radians if they like 2014-03-21 20:44:25 -07:00
DragAndDrop.js resolve lint errors + some refactoring 😯 2014-08-19 19:27:46 +08:00
Factory.js resolve lint errors + some refactoring 😯 2014-08-19 19:27:46 +08:00
FastLayer.js resolve lint errors + some refactoring 😯 2014-08-19 19:27:46 +08:00
Global.js Allow nodes to have multiple names similar to css 2014-08-24 21:48:27 -06:00
Group.js improve shouldDrawHit behaviour 2014-05-06 16:21:25 +08:00
Layer.js Merge branch 'master' of github.com:vmichnowicz/KineticJS into vmichnowicz-master 2014-08-24 11:05:36 +08:00
Node.js add mousewheel to docs 2014-08-24 11:09:43 +08:00
Shape.js resolve lint errors + some refactoring 😯 2014-08-19 19:27:46 +08:00
Stage.js Merge branch 'master' of github.com:vmichnowicz/KineticJS into vmichnowicz-master 2014-08-24 11:05:36 +08:00
Tween.js resolve lint errors + some refactoring 😯 2014-08-19 19:27:46 +08:00
Util.js resolve lint errors + some refactoring 😯 2014-08-19 19:27:46 +08:00