You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(Values can be changed depending on grid-size, 25 being a 25px grid)
Although the behavior is as expected, it feels a bit too "snappy" — Any suggestions on how I could modify it to transition to each new grid slot instead of instantly snap to each new grid slot?
Thanks
The text was updated successfully, but these errors were encountered:
To add grid or grid-like snap functionality I made a modification to the Draggable.js
in the
handleOnDrag
on line 124 I addedand
(Values can be changed depending on grid-size, 25 being a 25px grid)
Although the behavior is as expected, it feels a bit too "snappy" — Any suggestions on how I could modify it to transition to each new grid slot instead of instantly snap to each new grid slot?
Thanks
The text was updated successfully, but these errors were encountered: