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
The draggable dough widget feels awesome. The same concept could be applied to a ReorderableList.
A possible implementation would be:
The user presses on a reorderable list item.
The user drags the list item in a direction. Similar to DraggableDough, the list item will appear to stick to its slot. Once a drag threshold is met, the list item will elastically snap to the user's finger and will be freely movable/reorderable.
Similar to this feature, except for reorderable lists instead:
The text was updated successfully, but these errors were encountered:
The draggable dough widget feels awesome. The same concept could be applied to a
ReorderableList
.A possible implementation would be:
DraggableDough
, the list item will appear to stick to its slot. Once a drag threshold is met, the list item will elastically snap to the user's finger and will be freely movable/reorderable.Similar to this feature, except for reorderable lists instead:
The text was updated successfully, but these errors were encountered: