MCPcopy Index your code
hub / github.com/ionic-team/ionic-framework / pause

Function pause

core/src/utils/animation/animation.ts:790–798  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

788 };
789
790 const pause = () => {
791 childAnimations.forEach((animation) => {
792 animation.pause();
793 });
794
795 pauseAnimation();
796
797 return ani;
798 };
799
800 const clearCSSAnimationsTimeout = () => {
801 if (cssAnimationsTimerFallback) {

Callers

nothing calls this directly

Calls 2

pauseAnimationFunction · 0.85
pauseMethod · 0.80

Tested by

no test coverage detected