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
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.
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.
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/