solidjs-motion

Reorder (with exit)

Reorder + <Presence exitMethod="keep-index">. Add / remove items at will — removed items fade in place via `exit`; survivors FLIP into new slots after the slot is released. `keep-index` is REQUIRED for layout-animated lists: the default (`"move-to-end"`) shuffles the exiting node to the end of the list during its fade, hiding the exit visually.

Drag to reorder, click + add to prepend a new item, or click × on any row to remove it. Removed items fade + scale out via exit; survivors FLIP into their new slots in parallel.

  • Draft proposal
  • Schedule design review
  • Refactor payment flow
  • Write release notes