gthmb / jquery-free-transform

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

Transformations reset after re-enabling the plugin #36

Open Arrvi opened 9 years ago

Arrvi commented 9 years ago

I tried to do add simple "select" functionality. I achieved that by calling .freetrans('destroy') on previously selected element and .freetrans() on new one. That works fine except that all transformations are wiped after selecting same shape for the second time.

Here's an example: http://jsfiddle.net/9hz8y99z/1/

javedldg commented 3 years ago

This happens to be one of the worse plugins I have seen. Even after all these years, you guys havent been able to fix something as basic as keeping transform state after deselect then select.