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

Function pause

esm/GSDevTools.js:903–911  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

901 paused = false;
902 },
903 pause = function pause() {
904 playPauseMorph.reverse();
905
906 if (linkedAnimation) {
907 linkedAnimation.pause();
908 }
909
910 paused = true;
911 },
912 togglePlayPause = function togglePlayPause() {
913 if (paused) {
914 play();

Callers 3

updateProgressFunction · 0.70
togglePlayPauseFunction · 0.70
initializeFunction · 0.70

Calls 2

reverseMethod · 0.80
pauseMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…