provides simple controls that allows you to move/rotate/scale a DOM element. kinda like a simple version of the free transform tool in Flash or Photoshop.
133
stars
58
forks
source link
Changed controls method to toggle the controls if no option is specified #17
This allows toggling of the controls visibility without knowing what it's set
to currently. My use case has the controls being hidden or shown upon double
click for a large number of elements.
This allows toggling of the controls visibility without knowing what it's set to currently. My use case has the controls being hidden or shown upon double click for a large number of elements.
Updated the README to reflect changes.