jQuery Drag/Resize with CSS Transform Scale

前端 未结 13 1884
忘了有多久
忘了有多久 2020-11-27 13:39

I am applying a CSS transform (and the browser specific -webkit, -o etc):

transform: matrix(0.5 , 0 , 0, 0.5, 0 , 0);

to a div then using jQuery\'s draggable

相关标签:
13条回答
  • 2020-11-27 14:39

    i had a similar problem with transformation and ended up solving it with css:

    transform-origin
    

    http://www.w3schools.com/cssref/css3_pr_transform-origin.asp

    have you tried it? maybe it will help.

    0 讨论(0)
提交回复
热议问题