diff --git a/execution-order/execution-order.css b/execution-order/execution-order.css index 450f60ac..11bdc37a 100644 --- a/execution-order/execution-order.css +++ b/execution-order/execution-order.css @@ -36,7 +36,14 @@ li { cursor: grab; } li:not(:first-child) { - margin-top: -1px; + /* margin-top: -1px; */ +} +.draggable-list-dragging li { + transition: transform .25s ease-in-out; + z-index: 1; +} +li.draggable-list-target { + transition: none; } .dragger::before { content: "\2261" diff --git a/execution-order/execution-order.html b/execution-order/execution-order.html index e7dd2062..db1bed03 100644 --- a/execution-order/execution-order.html +++ b/execution-order/execution-order.html @@ -23,7 +23,7 @@