daybrush / moveable

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

[Feature request] Please add zoom support #158

Closed ladifire closed 4 years ago

ladifire commented 4 years ago

Hi @daybrush Please add an option for using with zoom. captured (6) The control points size should keep original size when zoom in/out thank you!

daybrush commented 4 years ago

@ladifire

Use zoom props

Raphe-dev commented 4 years ago

@daybrush The zoom update works like a charm, thank you no more needs to handle that manually!

But there is a problem ( I had that same problem with manual zoom management ) : The elementGuidelines and snap is not working properly when zoomed in/out, it only works properly when at 100% otherwise the lines / snap are off the actual element. I have been trying to fix that for a while but I am clueless on that issue.

Samoji commented 4 years ago

@Raphe-dev can you please give me an example of working code? I've done many tries but I can't make this work. Thank you!