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

0
votes
1answer
54 views

KineticJS text as links?

Is there anyway to make the texts and/or shapes be hyperlinks? Being that when they are clicked, they bring up new browser and when you hover over them, they show location of the url?
0
votes
1answer
32 views

KineticJS high memory consumption when removing and adding layers

I am building an application where i want to replay the movement of several users (up to 20). Each user has a list of X,Y positions (ranging from 20 to 400 positions). A replay ranges from 1-10 ...
2
votes
1answer
67 views

Kinetic.js: Prevent draggable stage from going off-boundaries

I'm trying to make a pan-and-zoom Canvas for use as a minimap in a game. I've set the stage to be draggable so the player can move around with the mouse, as well as move individual objects on the ...
-1
votes
0answers
64 views

How to rotate image with jquery and display it with kineticjs [closed]

I want to know, is there any way how to rotate image with jquery ?, and display that rotate image with kineticjs function
1
vote
0answers
57 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
1answer
50 views

Kineticjs dragBoundFunc scale handle after rotation

I have scale handles that can let you scale the object. The handles in the corners have dragbehavior = 0 the upper and bottom 1 and the left and right 2. dragBoundFunc: function(pos) { ...
1
vote
1answer
38 views

KinteticJS - destroying nodes, infinite while loop because child doesn't get removed

KinerticJS version: 4.4.3 I have this problem when i want to remove a layer from stage. When I call Layer.destroy() kinetic runs upon an node which can't be removed. I don't get any error, but the ...
1
vote
1answer
35 views

Mouse events in Kinetic JS 3.6

this.prototype.bounding = new Kinetic.Shape(function () { var context = this.getContext(); context.beginPath(); context.arc(0, 0, radius, 0, 2 * Math.PI, false); context.fillStyle = ...
0
votes
1answer
36 views

Can't get counter variable in event handler

k=0; var sf = new Array(); function draw_sf (type,sf_text,schriftgroesse,sf_width,sf_height,x0,y0,ports_top,ports_right,ports_bottom,ports_left) { sf[k] = new Kinetic.Group({ draggable: ...
1
vote
1answer
36 views

KineticJS Example Needed: Gradient Fill with Rect?

I haven't gotten gradient fill working with KineticJS rect objects yet. Here's my code: var width = 500; var height = 20; y = y + 20; var rect = new Kinetic.Rect({ x: centerOfCanvasX - (width / ...
0
votes
1answer
78 views

Get Position of Drag & Drop Element

i am using the following code: http://www.html5canvastutorials.com/kineticjs/html5-canvas-drag-and-drop-a-group-with-kineticjs/ for Drag & Drop. My question is: How can i get the actual position ...
-2
votes
1answer
40 views

Kinetic.Node.Create Memory issue Safari iPad

we are building an application where a user can draw on a background image that is part from a powerpoint presentation. Whenever the user switch to the next page we save the actual page with its ...
1
vote
2answers
55 views

How to rotate an image x degrees then move in that direction?

I'm a newbie to KineticJS and have been going through the tutorials. I want to take an image that has a 'front' and rotate it a random number of degrees and then have it move forward a number of ...
0
votes
1answer
44 views

KineticJS toImage Width and Height issue

Im running into this strange problem..! I've a kineticJS text element and I'm converting it into image.. Here is the Code var simpleText = new Kinetic.Text({ x: 50, y: 50, text: ...
-1
votes
0answers
22 views

using Tiled with Kumodo (javaScript) [closed]

Good Evening Everyone, Im currently attempting to solve one of my assignments but I got stuck, that is because Im supposed to use "Tiled" with Kumodo (javascript) however I tried saving the tiled ...
-1
votes
0answers
38 views

Kineticjs clone elements and drag them [closed]

i wanted to make an AgeofEmpire like game with kineticjs but my problem is the drag and drop to the map. In jquery you have the helper:clone element for draggable elements ...
0
votes
2answers
45 views

Kineticjs load json canvas

I always got the error: "TypeError: Kinetic[type] is not a constructor" "ReferenceError: reference to undefined property obj.nodeType" when i try to load one json. json = stage.toJSON(); stage = ...
1
vote
0answers
39 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 ...
0
votes
1answer
21 views

KineticJS - How to find out which object were dragged?

is there some possibility, how to realise, which object were moved? If I had for example 5 object on canvase and I would move one object, is there any information about what changed since any time? ...
0
votes
0answers
17 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
1answer
57 views

Kinetic breaks when dragging one image (panning) on top of another

So I tried to simplify my code as much as possible, basically creating two stages, two draggable layers, each with an image. (I tried to create a JSfiddle but it seems that draggable doesn't work at ...
1
vote
1answer
52 views

box2dweb and kineticjs: poor update rate

folks ;) Im doing a basic animation with box2dweb and kineticjs. Both frameworks are awesome. This is a preview of what im doing: http://lab.devgf.com/boxkinetic/index_v.htm When I see it in Google ...
1
vote
1answer
51 views

Kinetic.js [How can I stop one sprite]

I´m starting with Kinetic.js and I have my first app working perfectly, but I don´t find the way to stop sprites... for example, I have one sprite and I want to "play" that sprite just once, see the ...
0
votes
0answers
55 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
1answer
79 views

KineticJS image rotate and scale

here is my problem: from this example "http://www.html5canvastutorials.com/labs/html5-canvas-drag-and-drop-resize-and-invert-images/" I would like to add the possibility to rotate. I tried but I get ...
1
vote
1answer
151 views

kineticjs drag and drop image from dom into canvas

I have an image loaded on the dom already, and I want to be able to drag that image into a canvas and drop it into the canvas and create a kineticjs object out of it. I don't know how to make the ...
0
votes
1answer
92 views

A line always connecting two draggable elements in canvas using KineticJS

I am trying to create a Use Case Creator in HTML5 Canvas using Kinetic JS.So far I can make a line by right clicking on two elements(An actor and a Use Case) I want to connect. But this line remains ...
1
vote
1answer
66 views

Kinetic JS Multi-Touch Scale Stage

I am using Kinetic JS on iPhone and Android. I copied the example from http://www.html5canvastutorials.com/labs/html5-canvas-multi-touch-scale-stage-with-kineticjs/ to enable stage scaling and ...
0
votes
1answer
42 views

KineticJs / PhoneGap original images don't clear on animation

Using PhoneGap Build I uploaded a KineticJS game and downloaded to an Android device (Kindle Fire). Upon game play the original images do not clear. I have tried setting dragOnTop to false and even ...
0
votes
0answers
37 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
1answer
36 views

KineticJS and transformations to a group (skew)

I'm having some trouble to figure out how to solve this. I've a KineticGroup, that holds a polygon inside. Also there is a button (KineticCircle) that stays on the right-top corner of the polygon, ...
0
votes
1answer
56 views

Can Kinetic.js be made to use css values

I'm trying to use some kinetic.js elements on a page that also has normal formatting via css. I would like Kinetic.js to use the same font styles the rest of the page uses. What's the right way to ...
0
votes
1answer
35 views

Click goes throught layer after Kinetic.Node.create()

I'm importing a JSON layer to the stage. var loadedobject = Kinetic.Node.create(data); maplayer.add(loadedobject); Code to change the content what I'm importing seems to do like fine: ...
0
votes
1answer
54 views

How to drag layers on two stages with KineticJS?

I have layers on two separate stages. When one gets dragged, I want the other to move to the same position. However, once one is dragged, the other becomes undraggable. Is this a bug or is there a ...
-1
votes
1answer
36 views

Load json Kinetics 4.3.3

I'm trying to load stage.load stage with the function () 4.3.3 kineticjs but no such function is used Kinetic.Node.create. I do not know how to use this function someone could explain how it is used. ...
0
votes
0answers
56 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. ...
3
votes
0answers
319 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 ...
0
votes
1answer
32 views

Aditional 'noisy' pixel are added when setfill

I have followed this example : http://www.html5canvastutorials.com/labs/html5-canvas-modify-shape-color-on-click/ in order to change color of my shape on mouse actions. All is ok about setting the ...
0
votes
3answers
64 views

How to drag multiple shape on canvas? [kineticjs]

For example: one tap is moving a shape. Another tap is moving another shape at same time.
0
votes
1answer
40 views

Drawing line using transmition with kineticjs

I would like to drawLine with kineticJS and then use transmition. line = new Kinetic.Line({ points: [0, 0, 50, 50], stroke: "red" }); The problem is that I cannot use transmition for ...
0
votes
1answer
31 views

KineticJS doesn't update object's position at initial onResize call

This is an experiment with KineticJS and its goal is to simply keep an objected centered in the screen, as the window gets resized. It works fine except that it doesn't center the object (a circle) ...
-4
votes
0answers
80 views

Draw a line based on user mouse event via Kinetic JS [closed]

I'd like the ability to draw a line by dragging mouse from one point to another point using Kinetic JS. Is this possible?
0
votes
1answer
49 views

How to bind an event of jquery with html5 kinetic shape?

I have a html 5 canvas where i have a polygon . I want to bind this polygon with jquery. but i am not getting how to do it. Polygon: var poly = new Kinetic.Polygon({ points: ...
-1
votes
0answers
36 views

html5 js game, browser crashing issue

I am developing html5 powerpoint like slide show using kinetick js framework, I am playing videos one after another on pressing of previous or next keys, When i play game it works fine upto 10 ...
-1
votes
1answer
57 views

Add weight to ball

I'm having troubles with the weight of a ball. I can apply gravity and a bouncing level, but I don know how to add weight. I want to do a "rock ball" and a "rubber ball", to compare it's bouncing ...
0
votes
1answer
110 views

Kinetic.js - Draw a freehandline by following mousepointer

I am new in Javascript and Kinetics and I need to implement a function to draw a freehandline with Kinetics.Js. I found this example but works only with start and endpoint. I will draw in realtime by ...
0
votes
1answer
95 views

KineticJS - update text layer with new mouse position

I am using the following to get the mouse position: var coordinate = 0; ............ canvas1.addEventListener('mousemove', function (evt) { var mousePos = ...
1
vote
1answer
28 views

Canvas transparency on IE

When I draw a rectangle or other shape on canvas (using kineticJS, creating a new Kinetic.Path), and set fill: none as in the following: var rect = new Kinetic.Path({ x: 0, y: ...
0
votes
1answer
62 views

Click through transparent canvas element to select element behind it

I am using KineticJS. I have a canvas with draggable, resizable images on it (code was just copied from: http://www.html5canvastutorials.com/labs/html5-canvas-drag-and-drop-resize-and-invert-images/). ...
0
votes
1answer
40 views

How to move multiple shapes together WITHOUT using Group

I am new to KineticJS and have a very basic question. I am trying to create a graph (parent-child hierarchy) using KineticJS. So in any node I will have 3 things: 1) A circle as the node itself 2) ...

1 2 3 4 5 17