New event idea / request on Draggable component

New event idea / request on Draggable component


Hi all,
Just solve an issue so maybe that can help someone, let's share
It will be nice to have an event in the draggable component fired when
you are still dragging
= mouse click not yet release + no mouse move for a period of time ( =
no drag event for a period of time )
I solve my issue by doing this when dragging heavy dom structure
( processing latency ) or fast drag
operation.
So events order could look like : Start, Drag, "Pause", Drag, Stop
Regards,
Jeff