MCPcopy
hub / github.com/greensock/GSAP / resetInOut

Function resetInOut

esm/GSDevTools.js:703–711  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

701 }
702 })[0],
703 resetInOut = function resetInOut() {
704 inProgress = 0;
705 outProgress = 100;
706 inPoint.style.left = "0%";
707 outPoint.style.left = "100%";
708 record("in", inProgress);
709 record("out", outProgress);
710 updateProgress(true);
711 },
712 inDrag = Draggable.create(inPoint, {
713 type: "x",
714 cursor: "ew-resize",

Callers

nothing calls this directly

Calls 2

recordFunction · 0.70
updateProgressFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…