Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
_endAnimation
Function · 0.80
_refreshAll
Function · 0.80
ScrollTrigger.js
File · 0.80
proxyCallback
Function · 0.80
_getScrollNormalizer
Function · 0.80
gsap-core.js
File · 0.80
killScrub
Function · 0.80
ScrollSmoother
Function · 0.80
ScrollSmoother.js
File · 0.80
MotionPathHelper
Function · 0.80
onStopFunc
Function · 0.80
Observer.js
File · 0.80
Calls
2
seek
Method · 0.95
paused
Method · 0.95
Tested by
no test coverage detected