desandro / draggabilly

:point_down: Make that shiz draggable
https://draggabilly.desandro.com
MIT License
3.86k stars 387 forks source link

Keeping existing transforms #110

Closed peterbe closed 8 years ago

peterbe commented 8 years ago

When you start dragging an element you can see that it gets its transform: translate3d(Xpx, Ypx, 0) set. And then, when you stop dragging it changes that to top: Xpx; left: Ypx and the transform property is removed.

This makes it impossible to set a transform: rotate(90deg) on the element additionally.

desandro commented 8 years ago

Thanks for this feedback. We already have an issue opened for this request. Add your +1 to #92