MCPcopy Index your code
hub / github.com/greensock/GSAP / toggleLoop

Function toggleLoop

esm/GSDevTools.js:969–971  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

967 }
968 },
969 toggleLoop = function toggleLoop() {
970 return loop(!loopEnabled);
971 },
972 //ANIMATIONS list
973 updateList = function updateList() {
974 var animations = _getChildrenOf(declaredAnimation && !vars.globalSync ? declaredAnimation : _recordedRoot, true),

Callers 1

GSDevToolsFunction · 0.70

Calls 1

loopFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…