draggabilly icon indicating copy to clipboard operation
draggabilly copied to clipboard

:point_down: Make that shiz draggable

Results 18 draggabilly issues
Sort by recently updated
recently updated
newest added

Nice to see a not $ dragging thing, thanks :+1: - Chrome (25) wont return getComputedStyle in px so draggabilly element will be reposition to top 0 on start dragging...

bug

Basically an updated version of pull request #93, but with a fix for rotated elements (see peterbe's comment in issue #92 here: https://github.com/desandro/draggabilly/issues/92#issuecomment-157452101), and elements with more than one transform...

I'm trying to have an Adobe-style panel that snaps to the viewport edge. Basically, it's the containment option, but with an additional snapping behavior, with [x,y] proximity thresholds in pixels...

feature request

I'm using v3, which is excellent. One thing I cannot figure out is, on a mobile (touch) device, when I drag an item across a container, or larger div, the...

移动过程中会改变元素大小(文本部分溢出不可见,按钮变得很宽) 注释draggie.on("dragEnd", function () {}) 代码 在网页上用鼠标拖拽一下按钮,然后点击按钮,即可看到效果 我写出来部分解决办法,仅供参考。 ```html body { margin: 0; padding: 0; overflow: hidden; } #draggableBtn { top: 150px; right: 0; position: fixed; z-index: 1000; cursor: pointer;...

Hello. I need this for custom cursor (when I start dragging, it stops, so I need to disable prevent default on touch)