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

Method pause

src/gsap-core.js:1375–1378  ·  view source on GitHub ↗
(atTime, suppressEvents)

Source from the content-addressed store, hash-verified

1373 }
1374
1375 pause(atTime, suppressEvents) {
1376 atTime != null && this.seek(atTime, suppressEvents);
1377 return this.paused(true);
1378 }
1379
1380 resume() {
1381 return this.paused(false);

Callers 15

_endAnimationFunction · 0.80
_refreshAllFunction · 0.80
ScrollTrigger.jsFile · 0.80
proxyCallbackFunction · 0.80
_getScrollNormalizerFunction · 0.80
gsap-core.jsFile · 0.80
killScrubFunction · 0.80
ScrollSmootherFunction · 0.80
ScrollSmoother.jsFile · 0.80
MotionPathHelperFunction · 0.80
onStopFuncFunction · 0.80
Observer.jsFile · 0.80

Calls 2

seekMethod · 0.95
pausedMethod · 0.95

Tested by

no test coverage detected