KineticJS is an HTML5 Canvas JavaScript framework that enables high performance animations, transitions, node nesting, layering, filtering, caching, event handling for desktop and mobile applications.

learn more… | top users | synonyms

3
votes
0answers
576 views

kinetic js drag, drop, resize and rotate image

i am trying to combine drag and drop resize image and rotating image on touch, and mine is behaving strange http://jsfiddle.net/littlechad/Kuaxn/ code is as follows: function ...
3
votes
0answers
186 views

How to implement Minimap of KineticJS Layer?

I am currently working on an application which displays kind of amap. You can do several actions on the map. The map can get really big so the user needs a smaller map (Minimap) to keep track of the ...
2
votes
0answers
44 views

What are the best ways to boost KineticJS Performance, especially on mobile devices?

as I had some serious performance issues with my mobile web-application, I wanted to provide my solution and ask for further tips & tricks to keep the performance of KineticJS up, especially on ...
2
votes
0answers
93 views

KINETIC.JS loading image from stored json

I was able to load multiple image at once from a dummy json string that I created with json = stage.toJSON();. Offline this works flawlessly and it even remembers the position that I dragged it too. ...
2
votes
0answers
263 views

Jerky drag action with kineticjs in firefox

I seem to have found a problem with Kineticjs in Firefox that produces slow and jerky dragging in the firefox browser (version 17.0.1) and kineticjs v4.3.0. FYI:I'm also running Fedora 17. This ...
2
votes
0answers
129 views

kinetic js code assist for Aptana Studio

I have just started discovering Kinetic JS. I would want to know if there's any code assist plugin for Aptana Studio(personally my fav) or jsb file. Any other specific editors, suggestions please? ...
2
votes
0answers
658 views

Angular JS + Kinetic = dynamic chart on canvas

here is the fiddle: http://jsfiddle.net/paska27/L6VAe/5/ the code (so complains otherwise): <div ng-app ng-controller="MainCtrl" ng-init="list = [ {name: 'Sergey', age: 26}, {name: 'Johan', age: ...
2
votes
0answers
254 views

How to get html5 canvas, kineticjs image rotate working in IE9?

We have a website that used HTML5 canvas and KineticJS to scale and resize and rotate an image on top of another image and then save them together as a new image. For some reason it does not show up ...
1
vote
0answers
52 views

how to create object and instance in kineticjs?

I have a problem,this is my code pattern and now i have to use kineticjs for some reason. xyz.prototype={ Mymethod :function(a,b){ //some code } }; function ...
1
vote
0answers
39 views

kineticJS Uncaught TypeError: Type error

I am using kinetics to make a drag & drop application, everything was working fine until a few days when a strange error appears in console (Uncaught TypeError: Type error). Debugging my app I ...
1
vote
0answers
85 views

KineticJS (4.4.3) achieve swiping between multiple pages (layers)

I'm trying to develop an app with multiple pages (layers with additional items) and a swipe-functionality to switch between them. I've tried several variants, but somehow none of them could satisfy my ...
1
vote
0answers
56 views

masking multiple dynamic images in kineticjs using setClipFunc

I'm trying to add a simple rectangular mask to cover multiple images, the container method 'setClipFunc' looks like a winner http://kineticjs.com/docs/symbols/Kinetic.Container.php#setClipFunc but ...
1
vote
0answers
161 views

Getting duplicate images when reloading with stage.toJSON() in kinetic js

My canvas has few images that are resizable and support drag and drop. after saving the canvas I'm doing a var stage = Kinetic.Node.create(json, 'container'); If I just add a single image on ...
1
vote
0answers
680 views

How to make kinetic.js image respect html 5 canvas clip restraints

So, I'm trying to make the below image respect the HTML5 canvas clipping boundaries I've set but it only respects DIV boundaries, the circle on the other hand respects full boundaries so how do I use ...
1
vote
0answers
67 views

Layer appearing with black background

I'm doing a game and I have found adding the last layer that while it appears correct in Chrome or Firefox, something is going wrong, as the layer is appearing with black background. If I disable any ...
1
vote
0answers
363 views

Advice optimizing kineticjs mobile game

I'm here to ask for help. I must do Slot (casino) game (simple one) for Android and iOS in html5. I was asked in company to look at frameworks that will speed up development. So I've choosen ...
1
vote
0answers
178 views

KineticJS - Text metrics - how can I get position of text baseline?

I'm using KineticJS to position text using draggable Kinetic.text and then export to PDF based on the height and width of the text on screen. The pdf exporter I'm using (fpdf) measures the text from ...
1
vote
0answers
161 views

createImageHitRegion is not scaled with the image object

I am using a Kinetic.image object like this: this.icon = new Kinetic.Image({ x: self.x, y: self.y, offset: [32,32], image: self.imageItem.image, width: self.size, height: ...
1
vote
0answers
144 views

CPU usage is high in Chrome when using Node.TransitionTo method of KineticJS

I make an animation sample to compare the CPU/Memory usage between KineticJS and Move.js(CSS3). In animation, I used Node.TransitionTo method. I found that the CPU/Memory usage is extremely high i ...
1
vote
0answers
192 views

KineticJS click event not firing

I must be overlooking something, but I'm banging my head against the wall trying to figure out what. Here's my code: window.onload = function () { 'use strict'; // Initial setup of stage ...
1
vote
0answers
137 views

Kinetic, change stage/container or open new stage/container/layer

I'm new in kinetic with canvas, I cannot differ stage, container,layer yet and I want to make a game that have a map. On that map you will see some countries. When i click on one country, it will ...
1
vote
0answers
157 views

Rotating un-symmetric groups about the group center while using kinetic js

I'm trying to rotate a group of 6 rec's about it center while using group.setOffset(x,y); with no success. Any ideas?
1
vote
0answers
85 views

KineticJS - release outside event

is there a way to detect if the release of the mouse is on the object itself? Something like an onReleaseOutside event in flash?
1
vote
0answers
1k views

How to specify center of Shape in Kinetic JS

I created a pie and added gradient in it using drawFunc method and I want to move that pie in the center of Kinetic JS stage but it rotates somewhere else. My code is as follows: var ...
1
vote
0answers
747 views

replace image canvas kinetic.JS

i have a problem here... i'd like to change the canvas image to other image... but i cant do that... here is the code... <!DOCTYPE HTML> <html> <head> <meta name="viewport" ...
1
vote
0answers
324 views

overlapping radial gradients / “light source” effect in KineticJS

I'm looking to produce an effect of light sources in KineticJS. I'm trying to accomplish this by having various objects in the background, and a layer of multiple low-alpha Rect objects filled with ...
0
votes
0answers
10 views

KineticJS memory leak when a stage is created many times

I use kinetic js 4.5.4. In my web page I have a button. When a user clicks this button new partial view is applied on the page – in this partial view I create new stage element. When I click many ...
0
votes
0answers
8 views

How do I create a dropdown menu in kineticjs

I am trying to create a diagram editor using Kineticjs. Currently, I want to create a drop down menu. However, I am not sure of how to do that in Kineticjs. Can someone give some advice as to the ...
0
votes
0answers
38 views

Three.js drag a collada object within a Kineticjs canvas

I am trying to be able to drag Three.js collada object within a kintecjs canvas that already has draggable rectangle. The problem here I believe is to detect the area of the dae object that I load ...
0
votes
0answers
27 views

KineticJS, ON method doesn't work on specific coordinates

So I got a code working with KineticJS, to load 3 images, then draw a circle on the canvas, and finally place the 1 image near the circle (730,730) and add to it a on method. If I place the image near ...
0
votes
0answers
10 views

Switching container for KineticStage makes all shapes disappear

Im using KineticJS in my charting library. I mostly create points. Sadly my site is pretty dynamic and html layouts changes, sometimes i need to delete KineticStage's div container but i dont know how ...
0
votes
0answers
22 views

stage.toDatURL only saving top layer

I'm building a PhoneGap using the KineticJS Canvas. The app will allow users to add layer's of images (max of 3 layers) to the stage. On completion, I want to save the image to then send to our server ...
0
votes
0answers
30 views

Tweening polygon Kinetic JS

Can I change the size of polygon wchich I defined by points? var pierwszy = new Kinetic.Polygon({ points: [0, 0, 150, 0, 80, 150, 0, 150], fillPatternImage: images.img1, stroke: 'black', strokeWidth: ...
0
votes
0answers
50 views

How to draw text KineticJS inside Wedge in circular menu?

I have a sunburst type menu that's built from a json file. I'm building it using KineticJS Wedges. And what I'm having a hard time doing is creating a textpath on top of the wedge because text path ...
0
votes
0answers
83 views

Kinetic JS Mind Map

I have to make a mind map project. I am using kinetic js for this . I am new to Kinetic js. I have implemented the project as when you click and of the button a corresponding shape appears on the ...
0
votes
0answers
36 views

collision detection + mouse events in kineticjs

I am trying to do a drag & drop on a number of rectangle objects that are draggable. There is another set of rectangle objects acting as container for dropping objects - I have added them to a ...
0
votes
0answers
84 views

Kinetic JS - Drag layer mouse events

I can drag two layers using the following: background1.on('dragmove', function() { dlayerA1.setAttrs({x:this.getX(), y:this.getY()}); dlayerA1.draw(); ...
0
votes
0answers
30 views

Pass KineticJS shape attribute to Ruby variable

Is there a way to pass a KineticJS shape attribute to a ruby variable? Or maybe there is a better way of doing this: Basically I want to be able to click on a kineticJS shape and show the text of ...
0
votes
0answers
45 views

HTML5 offline needs to work on mobile devices canvas kineticjs

sorry if this has been posted before i have looked around and havn't been able to find an appropriate answer. I am currently recreating an extremely old Introduction To Music Theory textbook for ...
0
votes
0answers
77 views

KineticJS - Slow performance when animating tile opacity [Example]

I'm having a problem with a grid of Rect shapes. Grid is 120 by 60. JSFiddle example here http://jsfiddle.net/5MfYR/ Here is the equivalent in CoffeeScript code: window.size = { width: ...
0
votes
0answers
44 views

KineticJS - Is fillPatternImage recalculated every redraw?

I'm building a game and have a 3000x2000 map (1 png file). I'm creating 60*40 (x*y) tiles. So I loop through the coordinates and create a tile for each set of coordinates. for ix in [0..60] for ...
0
votes
0answers
39 views

Call kineticjs Javascript after Ajax in Rails

I have a Kineticjs canvas which I am adding images to based on click events and it works fine. The problem is when I load a new group of images with Ajax using remote in Rails, the javascript event is ...
0
votes
0answers
66 views

How to add a drawing function to KineticJS Image

I am trying to create a function in Kinetic JS Image to redraw the image. I am trying to create a warp / curve effect and I need to redraw the image. My approach is slicing the image and moving each ...
0
votes
0answers
21 views

KineticJS does not handle errors as it used to (or didn't used to)

After not working on my project for awhile, I am going from 3.10.5 of KineticJS to 4.4.3. I have to make the upgrade because the fill function no longer works correctly in Chrome, and the solution I ...
0
votes
0answers
82 views

Kinetic JS - Change image resolution using filter when mouse is down

I am changing left mouse down (drag) to change the image, it works but very slow (refresh). I am using the following to display the image: function makeKineticImage() { dImage1 = ...
0
votes
0answers
48 views

KineticJS script color transition not working in nexus 7 tablet

Simple kineticjs based code.. This is what I am trying to do.. 1) Create a box with green color 2) on click (or tap on tablet), the color should change to something else This is the problem... In ...
0
votes
0answers
74 views

General: Does Kinetic.js provide painting of specific pixels?

This is a general question about Kinetic.js from a developer with a Processing/Processing.js background. When using Processing.js, I routinely set the color value of a specific pixel on the canvas. ...
0
votes
0answers
35 views

kineticjs quadratic curve potential shadow bug

Using this code below to generate a 3 sided quadratic shape the shadow appears in the wrong place (looks to me that whenever there is a quadratic curve with a possible shadow to the right, it isn't ...
0
votes
0answers
41 views

How do I get the coordinates for the edges of a hexagon without rounding errors?

I need to generate 6 coordinates(x,y) in JavaScript, representing the edges of a hexagon, but I need the results to be free of "rounding errors", how do I accomplish this? When I have rounding errors ...
0
votes
0answers
65 views

kineticjs - drag using two touches iOS & android

Using KineticJS - Is there way to implement drag on image functionality using two touch on iOS or Android OS. When an object is made draggable, the default is one touch drag. How to change it to two ...

1 2 3 4 5 6