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
73 views

KineticJS: Efficient way to simulate scrolling on a fixed stage

I have a page that is laid out in a way that's very similar to how you might lay out a tournament bracket, with three panels, within a wrapper div with a set height.. The two green panels are ...
0
votes
2answers
155 views

Clipping mask effect for images using KineticJS

I want the Clipping mask effect for images in HTML5. Please find my If I use http://www.html5canvastutorials.com/libraries/kinetic-v3.8.3.js instead of ...
1
vote
1answer
66 views

Kinetic JS dragging a layer causes shapes on another layer to stop responding to drag

I have been developing an app using Kinetic which uses several layers to keep things organised and I have draggable elements in more than one layer. I am finding that when one layer is dragged, shapes ...
2
votes
1answer
89 views

KineticJS not working in FF and IE

My program works perfectly in Chrome, but with FF and IE my canvasses are gone. The error I got with Firefox is: SyntaxError: An invalid or illegal string was specified: ...
0
votes
1answer
26 views

KineticJS one shape triggering event on another shape on dragover

I'm familiar with kineticJS and have just come across my first problem which i'm hoping someone will be able to help with. What i'd like to do is drag one shape (a trigger shape) over another shape ...
0
votes
1answer
36 views

How to Dynamically add points to line in Kineticsjs?

I want to add points to line dynamically. The setPoints(Array) will only take a new set of array of points but I want to extend that line by adding another point to it.Also I have use a transition ...
1
vote
2answers
102 views

How to create Undo-Redo in kineticjs?

Is there any simple way how to create undo redo function in Kineticjs ? I have found a Undo Manager for HTML 5 in https://github.com/ArthurClemens/Javascript-Undo-Manager, but I don't know how to put ...
0
votes
1answer
82 views

saving a html5 canvas image in higher resolution

I am creating a site that will allow the user to create a scene using HTML5 and the canvas element. I was going to use KinecticJS for this, and it looks great. But I have one issue that I am really ...
2
votes
1answer
59 views

How does Blur Filter work in HTML5 Kinetic.Filters.Blur

How I can use blur filter in HTML5? I find this: Kinetic.Filters.Blur(imageData, config ) and Parameters: imageData {Object} config {Object} config.radius {Integer} Explain to me with ...
0
votes
0answers
35 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 ...
1
vote
1answer
77 views

Want to place 6 circles in a geometrical shape that's mathematically precise, but they don't align properly

Relevant live-javascript/jsbin: http://jsbin.com/ekuyam/2/edit I basically just generate points in a hexagon relative to the center of the canvas and then draw circles at each point in the hexagon, ...
0
votes
1answer
58 views

kineticjs regular polygon setFillPatternImage alignment issue

I am using a kineticjs regular polygon (a hexagon in this case) and I am filling it with an image using setFillPatternImage. This is working. I'm creating a dynamic implementation so I need to scale ...
1
vote
2answers
55 views

kinetic.js load stage…lost references

I have a problem in understanding how the Kinetic.Node.create(myJson, 'container') function works. I have a simple project. Generate a circleLayer and add a circle. Now I can remove the circle by ...
1
vote
1answer
79 views

Creating an Array of different Kinetic.Image(), image.getImage() undefined?

I am using javascriptKinetic. <script src="http://d3lp1msu2r81bx.cloudfront.net/kjs/js/lib/kinetic-v4.4.2.min.js"></script> I need to create an array of Kinetic.Images() each with a ...
0
votes
1answer
88 views

kineticjs layers redraw optimization

background: i am developing a real-time multiplayer html5 canvas game using kineticjs which primarily will be played on MOBILE PHONE BROWSERS. There's a lot going on in the game such as socket ...
2
votes
1answer
87 views

How to center text along Kinetic.TextPath with kineticjs

Is there a way to center text along a path using Kinetic.TextPath in Kineticjs. If not, does anyone know a workaround? I have explored the svg textpath option but not sure how to get this svg into ...
0
votes
1answer
47 views

jquery allow user to download kinecticjs 'canvas'

I am trying to allow the user to save their kinecticjs creation using client side scripting. I tried bytescout to generate a pdf, but I do not think it allows using a kineticjs stage. So I guess I ...
3
votes
1answer
98 views

Moving a vector “straight out” along a fixed angle

I've searched for the answer to this and have tried many proposed solutions, but none seem to work. I've been struggling with this forever so any insight is greatly appreciated. I have 3 shapes ...
0
votes
1answer
61 views

Kinetic JS - Loading GrayScale image

I am trying to following this example to load grayscale image http://www.html5canvastutorials.com/advanced/html5-canvas-grayscale-image-colors-tutorial/. Since my stage has many other objects, I ...
0
votes
0answers
38 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 ...
0
votes
1answer
68 views

Draw Multiple figures in a stage using Kineticjs?

I want to draw multiple figures on a canvas on different button clicks. HTML <body> <div id="container"> </div> <div id="option"> <button value="rect" ...
0
votes
0answers
41 views

kineticJS: strokeScaleEnabled:false causing stroke to be off?

I am trying to disable the scaling of the text stroke within kineticJS (feature available since version 4.4.0) of a Kinetic.Text object. The stroke won't scale, but is way off in my case: Here is an ...
5
votes
2answers
313 views

How can i stop all audio playing using Jquery

I'm updating a div in a page using jquery mobile in order to play some animations. The animations also play sound through use of document.createElement('audio'); My problem is, when I update the ...
0
votes
2answers
87 views

how to use draggable and click separately in kineticjs?

how to use draggable and click on same node in kineticjs? when using draggable then a click event fires also after drag. in jsfiddle, http://jsfiddle.net/matobaa/LZ5tt/ Here is the code... var ...
0
votes
0answers
70 views

iPad 3/4 HTML5 Canvas blank

I have a really strange issue with my HTML5 canvas/JQM app that I'm not sure what to do with! My app puts lots of shapes on to a canvas using KineticJS library which works correctly in IE, Firefox, ...
0
votes
1answer
27 views

kineticjs - shift shapes in groupS

I've got a little problem. My kinetic stage is something like this: Stage -> layer0 -> group0 -> shapes layer1 -> group1 -> shapes layer2 -> group2 -> shapes ...
1
vote
2answers
88 views

Can't get transformed points out of a kinetic JS line

I have been able to successfully draw a line using Kinetic JS, as follows: var track129 = new Kinetic.Spline({ points: [ {x: 3, y: 400}, {x: 196, y: 400}, {x: 213, y: 395}, {x: 290, y: 345}, {x: ...
1
vote
1answer
59 views

Length of Quadratic Curve

I have a Bezier Curve on an HTML5 Canvas and need to figure out the length of the curve. How can I do this easy? Lets say : var canvas = document.getElementById('myCanvas'); var context = ...
0
votes
2answers
73 views

Canvas Kineticjs - position mouse is wrong

I have text line at first after that i have canvas but position mouse on canvas it's wrong (zero of y position now = height of text line) http://jsfiddle.net/dSC26/ <div ...
0
votes
1answer
37 views

ease image to size

See my code below. Using the example on: http://www.html5canvastutorials.com/kineticjs/html5-canvas-transition-easing-functions-with-kineticjs/ I'm trying to first introduce an image on the first ...
0
votes
0answers
36 views

iPad KineticJS Game Issue

We are developing game in KineticJS. It has to be support Desktop and iPad. I given the game link. http://balloonblaster.twag.co/ Game is working fine in Desktop. The problem is "Quarter of the ...
0
votes
1answer
60 views

Moving Kinetic Sprites to a specific point

<script> var stage = new Kinetic.Stage({ container: 'container', width: 800, height: 600 }); var layer = new Kinetic.Layer(); ...
0
votes
0answers
54 views

KineticJS Display multiple font colors inside single text box

So i'm working on kineticjs project,I need to display details of an image when the user clicks on the image icon, Details like Title, tags, content etc. I need to each tags in specific color and also ...
0
votes
0answers
48 views

Kineticjs canvas - smooth drag object

I'm trying to get my image to drag smoothly. I'm using this library: http://candrews.net/sandbox/spryMap/ Here is my attempt: http://jsfiddle.net/aUWY2/ I'm using 'dragend' like so: ...
0
votes
2answers
81 views

mouse event won't fire on a kineticjs shape

Upgraded from 4.0.5 to 4.4.1 because Chrome stopped rendering correctly. However, in the 4.0.5 version it was possible to draw a line in a Kinetic.Shape object and detect mouse events on it. This ...
0
votes
1answer
86 views

kineticjs dragable limit with dragBounds - not running

i want drag my stage with limit top, left, right, bottom with dragBounds but it's not working var stage = new Kinetic.Stage({ container: 'container', width: 578, height: 363, ...
0
votes
1answer
40 views

Having trouble selecting id of a shape from a group using Kinetic shape?

I'm having trouble with selecting a shape from a group using its id. This is my codepen: http://codepen.io/drixta/pen/AInHL Here's my code for creating a square: function ...
0
votes
0answers
151 views

jquery kinetic enable standard vertical touch swipe

I use jquery kinetic to have a smooth horizontal div scroll (https://github.com/davetayls/jquery.kinetic). It works great. However, on a touch device, jquery kinetic disable the normal vertical ...
0
votes
1answer
144 views

Kineticjs dragBoundFunc for a rect in a rect

i have following code to drag a smaller rect in a bigger rect. it is almost working, but its possible to move the orange rect out of the white one. Is there any solution for this behavior?? that the ...
1
vote
1answer
172 views

KineticJS Canvas - Scale group from center point

I want to scale my group (image and something). group.setScale(zoom, zoom); http://jsfiddle.net/K8nK3/ But when i scale my group, I think it's not scale from center of my group. i think it like ...
0
votes
1answer
42 views

Mouseup event is intermittant from Scaled KineticJS layer

See here for example: http://jsfiddle.net/tigz_uk/B8UDq/45/embedded/result/ Fiddle code: http://jsfiddle.net/tigz_uk/B8UDq/45/ Most Relevant snippet: function whenAreaSelected(stage, layer, ...
0
votes
0answers
52 views

turning mouse events on and off in KineticJS

In my application I have zoom in and out, and draw line on the canvas. I am using variables to turn each function on and off. However, if I draw a line, then try to zoom in a line will be drawn!! I ...
0
votes
1answer
70 views

Canvas KineticJS - re-draw something when click button

I using kineticjs library. I created a line like this (http://jsfiddle.net/zP364/) var redLine = new Kinetic.Line({ points: [973, 570, 340, 423, 450, 60, 500, 20], stroke: 'red', ...
0
votes
1answer
46 views

KineticJS actual text height

I'm having a problem getting the actual text height of a text object. var btnText = new Kinetic.Text({ x: xTracker, y: headerY, fill: '#a2b1c3', text: buttonText, ...
0
votes
2answers
74 views

draw multiple lines and delete individual line

I can draw multiple lines on the canvas; they are added to the layer using drawScene dlayerA1.add(line); line.getPoints()[0].x = mousePos.x; line.getPoints()[0].y = mousePos.y; line.getPoints()[1].x ...
1
vote
1answer
66 views

Add property to KineticJS object

I would like to know, how can I add peoperties to some KineticJS object. For example - I create two rectangles and connect them with a Line. And I need the object "line" knows about the two ...
1
vote
2answers
122 views

Add more images on Canvas with Kinetic

Im making an app, but I ve met the problem. I need when I hit a button add new point (image) on my Canvas. Here is a code: var ID = 0; var points = []; function addPoint(){ points.push({id: ID, ...
0
votes
1answer
39 views

How can I setDraggable(false) on layer by name

I have a problem in my program. I want to setDraggable of layer to false. But I have no idea how to set it. I created the layer when user clicks the button. And the layer has a different name. The ...
0
votes
1answer
66 views

KineticJS - Patterns and Fills on Images

I have a canvas that I'm creating with KineticJS and I am adding transparent PNG images to that canvas. When stacked on top of each other, this makes one image of an outfit with all the different ...
0
votes
1answer
43 views

Kinetic JS - Put length of a line on top of it

I am calculating the length of a line that I draw on the canvas using the following: layer.on("mouseup", function () { moving = false; var mousePos = ...

1 2 3 4 5 17