.grab-target {
    cursor: grab;
    user-select: none;
    -webkit-user-drag: none;
    will-change: transform;
}

.grab-target:active {
    cursor: grabbing;
}

.grab-returning {
    transition: transform 0.5s cubic-bezier(0.25, 1.5, 0.5, 1) !important;
}