-
Notifications
You must be signed in to change notification settings - Fork 740
Home
ericdrowell edited this page Apr 20, 2012
·
88 revisions
Greetings fellow webonauts! KineticJS is an HTML5 Canvas JavaScript library that extends the 2d context by enabling canvas interactivity for desktop and mobile applications.
You can draw your own shapes or images using the existing canvas API, add event listeners to them, move them, scale them, and rotate them independently from other shapes to support high performance animations, even if your application uses thousands of shapes. Served hot with a side of awesomeness.
- Object Oriented API
- Node nesting and event bubbling
- Support for high performance path detection, pixel detection, and collision detection
- Layering support
- Animation support
- Transition support
- Drag and drop with configurable constraints and bounds
- Ready to use shapes including rectangles, circles, images, text, polygons, and many more
- Custom shapes
- Serialization & de-serialization
- Selector support e.g. stage.get('#foo') and layer.get('.bar');
- Node transformation matrix mirroring so that all nodes have access to their relative and absolute transformation matrices
- Speed
- Flexibility
- Familiar API (inspiration from DOM node nesting, CSS, and DOM libraries like jQuery and YUI)