Closed psociety closed 1 year ago
Hi @psociety, thank you for the comment.
The step
property copies the horizontal line repeatedly using specified intervals that was passed as height
.
That is, you did NOT adjust the height of each block. You specified SAME number to all snap points.
See document: https://anseki.github.io/plain-draggable/#snap
You can specify each snap points for different height. For example: https://jsfiddle.net/x0aw3vzh/
Thank you for the explanation and the example! I will study it so i can properly apply PlainDraggable :)
:smile:
Thank you for creating plain draggable!!!
I've got a question: How can i make planDraggable work when elements have different heights? I've tried adjusting the height of each block, but it makes not difference:
https://user-images.githubusercontent.com/29523682/214658186-9c9e4932-7476-4a01-ba02-1eb2f538439e.mp4