-
Hello,
I want to thank you for this amazing library.
I intend to use interact.js for a new project with SVG elements , in order to be able to drag and resize Svgs but i faced some problems.
I used th…
-
it also appears in http://interactjs.io/ 's Snapping demo.
The first step is less than x value in my settings.
-
Codepen to reproduce: http://codepen.io/Nic128/pen/bdWjXV
A drag element does not detect the right dropzone target if autoScroll is set inside a container with an overflow scroll.
In this codepen, y…
-
我这页面上显示现在的模块数目是 89,618
https://www.npmjs.org/ 显示当前模块数是 89 745
说明已经很接近了...
但是我执行 sync_not_exist 却提示
[tools/sync_not_exist.js] start sync not exist modules
[Tue Aug 19 2014 22:06:06 GMT+0800 (CST)] [wor…
-
I do not understand to what element snap coordinates are relative.
There are 2 ways to define snap : By directly setting interact.snap or interact(element).snap. Does the first one sets a global snap…
-
I really like this library, however it's just 1 file and well over 5000 lines long. Do you have plans to break things up into Common JS modules, add JSDoc comments and code quality tools?
It'd be rea…
ceane updated
9 years ago
-
Hi Taye,
this is related to the post
https://github.com/taye/interact.js/issues/79
i would need to set if 50% drag Element overlap on dropZone, then i need to place the element inside the dropzone…
-
Hi Taye,
I use interactJS for dragging(on single touch drag) and rotating (on double Touch).
I have issue that gesturable strucks on windows8 touch devices and not able to move again.
It seems Poin…
-
hi,
first i have to say that i'm really happy with interact.js. i love it and it's so easy to implement, thanks for that great tool :+1:
i have (maybe) a stupid question. is it possible to get the …
-
Currently, every tooltip is styled with `pointer-events: none`. This removes any possibility for interactive elements.
This styling should be removed, and functionality moved to `interactive` option …