MCPcopy Index your code
hub / github.com/SortableJS/Sortable / dragOverAnimationCapture

Function dragOverAnimationCapture

plugins/MultiDrag/MultiDrag.js:283–294  ·  view source on GitHub ↗
({ dragRect, isOwner, activeSortable })

Source from the content-addressed store, hash-verified

281 },
282
283 dragOverAnimationCapture({ dragRect, isOwner, activeSortable }) {
284 multiDragElements.forEach(multiDragElement => {
285 multiDragElement.thisAnimationDuration = null;
286 });
287
288 if (activeSortable.options.animation && !isOwner && activeSortable.multiDrag.isMultiDrag) {
289 clonesFromRect = Object.assign({}, dragRect);
290 let dragMatrix = matrix(dragEl, true);
291 clonesFromRect.top -= dragMatrix.f;
292 clonesFromRect.left -= dragMatrix.e;
293 }
294 },
295
296 dragOverAnimationComplete() {
297 if (folding) {

Callers

nothing calls this directly

Calls 1

matrixFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…