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

Function getIterations

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

Source from the content-addressed store, hash-verified

357 };
358
359 const getIterations = () => {
360 if (_iterations !== undefined) {
361 return _iterations;
362 }
363 if (parentAnimation) {
364 return parentAnimation.getIterations();
365 }
366
367 return 1;
368 };
369
370 const getDelay = () => {
371 if (forceDelayValue !== undefined) {

Callers 2

initializeWebAnimationFunction · 0.85
updateWebAnimationFunction · 0.85

Calls 1

getIterationsMethod · 0.80

Tested by

no test coverage detected