daybrush / moveable

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

Enhancement - Percentage based snap guidelines #884

Closed sdraper69 closed 1 year ago

sdraper69 commented 1 year ago

Version - latest Javascript

As per the examples I am setting up my guidelines like so... verticalGuidelines = [0, 100,200,500];

However I really just want them to at a set percentage, no matter the viewport width.

Can the guidelines be set using percentages (eg. 50%) rather than what I assume is px?

daybrush commented 1 year ago

@sdraper69

OK, I'll add it in the next version.

daybrush commented 1 year ago

@sdraper69

The string guideline (percentage) method is supported. Test it.

sdraper69 commented 1 year ago

I have done a very quick test and it seems to work. Fantastic, thanks a lot!