-
Notifications
You must be signed in to change notification settings - Fork 740
Home
ericdrowell edited this page Jun 7, 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
- 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, lines, polygons, SVG Paths, and more
- Custom shapes
- Serialization & de-serialization
- Selector support e.g. stage.get('#foo') and layer.get('.bar');
- Desktop and mobile events
- mousedown
- mouseup
- mouseover
- mouseout
- mousemove
- click
- dblclick
- touchstart
- touchend
- touchmove
- tap
- dbltap
- dragstart
- dragmove
- dragend
- Speed
- Flexibility
- Familiar Looking API (for devs with HTML, CSS, JS, and jQuery backgrounds)
- Easily Extensible