owlsketch / filetwist

A swipe file for the internet!
1 stars 0 forks source link

Implement dragging objects. #2

Closed owlsketch closed 8 years ago

owlsketch commented 8 years ago

Should drag container divs. Allowed to move anywhere on screen. Dragging on the board itself should apply a translation on all objects by deltaMouseX and deltaMouseY, simulating movement of board.

owlsketch commented 8 years ago

Basic dragging has been implemented, but need to allow the parent container to expand in case the user wants to make the board bigger.

owlsketch commented 8 years ago

Art board dragging will be implemented at a later time. Element dragging is fully implement now though. Closing issue.