daybrush / moveable

Moveable! Draggable! Resizable! Scalable! Rotatable! Warpable! Pinchable! Groupable! Snappable!
https://daybrush.com/moveable/
MIT License
10.08k stars 618 forks source link

CSS `scale` property on target doesn't work #891

Closed superMDguy closed 1 year ago

superMDguy commented 1 year ago

Tested with version 0.45 Minimal example: https://jsfiddle.net/Lfvke63o/4/

A target with scale: 0.5 doesn't render with the resize controls in the correct place, but transform: scale(0.5) does work.

daybrush commented 1 year ago

@superMDguy

I found out that it is a new property. okay.

It will be supported in the next version.

https://www.w3schools.com/cssref/css_pr_scale.php

daybrush commented 1 year ago

@superMDguy

moveable's new version is released. Try it again.

superMDguy commented 1 year ago

That works, impressive speed! Thank you