Seeing how this isn't a Show HN post, wouldn't it be more prudent to log issues on the Github page rather than in HN comments?
Interact.js – drag and drop, resizing and multi-touch gestures
31–37 of 37 posts
Re: Interact.js – drag and drop, resizing and multi-touch gestures
#32The first example on http://interactjs.io/ is buggy in Windows/Chrome. When I drag, it leaves a trail of the right edge of the object; reminiscent of a crashing Windows 98.
Re: Interact.js – drag and drop, resizing and multi-touch gestures
#33The components are usable and the abstractions seems good. Since I discovered famo.us ( http://famo.us ) earlier this year I have preferred to do use it for javascript UX code to ensure scrolling and animations run smoothly. I would love to have interact.js rewritten as an extensions to famo.us. Famo.us runs smooth, but lacks good examples, tools and extensions.
Re: Interact.js – drag and drop, resizing and multi-touch gestures
#34pinching and multitouch wont work on my Lenovo Flex 15 notebook..
Re: Interact.js – drag and drop, resizing and multi-touch gestures
#35Great job. It seems like a subset of jquery functionality? Is there something that interact.js does that jquery doesn't? Or is it just a size thing...
Thank you. I wouldn't call it a subset and I didn't make it as an alternative to jQuery UI. However, I do have plans to make one ;-). I think that the advantage is in what interact.js doesn't do. It's more about providing the data that applications need for responding to pointer input however they like - Drag and drop is just one way to use the input data. I wrote about the ideas behind it on the Mozilla Hacks blog r…