One-com / knockout-dragdrop

A drag and drop binding for Knockout.
BSD 3-Clause "New" or "Revised" License
85 stars 29 forks source link

Use translate3d to move the drag element #6

Closed sunesimonsen closed 10 years ago

sunesimonsen commented 10 years ago

If translate3d is supported by the browser, use that to move the drag element around. That will move the CPG and prevent re-rendering.

sunesimonsen commented 10 years ago

I made a spike on this, but the result was a performance degradation and some new bugs :-/