-
Notifications
You must be signed in to change notification settings - Fork 740
Home
ericdrowell edited this page Apr 1, 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 or pixel 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
- Internal transformation matrices used for high performance transforms