jquery.kinetic icon indicating copy to clipboard operation
jquery.kinetic copied to clipboard

Add kinetic scrolling functionality to a container using mouse or touch devices

Results 12 jquery.kinetic issues
Sort by recently updated
recently updated
newest added

If you right click on the element with Kinetic bound to and then click onto another window whilst the context menu is open and then left click back onto the...

Hi, I'm trying to use kinetic on a div that has a form inside of it. I included the filterTarget fix on the main page but that doesn't seem to...

Once drag the element, it will be offset(parent height?) It will be unable to drag to top edge of the parent.

Is it possible to have an event that fires only when kinetic has been dragged? Currently if I have: ``` $('.balls__bar').kinetic({ cursor: 'default', x: true, y: false, moved: function(){ ipc.send('projector',...

Hi, great plugin. I have been using it with the Smooth Div Scroller plugin for horizontal touch scrolling and it works great. I have run into one problem that I...

it would be nice, when you have a 3th condition in options for x and y. Instead of false/true off/div/page.

Hi I am using this plugin as Kinetic.js (html 5 canvas library) disables scroll when tyring to scroll over stage objects. This plugin seems to resolve this issue. However I...

Firstly, thanks for this great plugin. I'm facing an issue while using filterTrigger method. There is no deceleration after mouseup, scroll stops immediatelly. If I comment this method out, everything...

Don't know about other use cases - in my case i was applying kinetic to the **body**, and using it to scroll around a fixed size div. It scrolled but...

In IE when the wrapper is not exactly inside the window's bound and trying to drag in the kinetic wrapper will scroll the window to align the top or bottom...