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

Function iterations

core/src/utils/animation/animation.ts:437–443  ·  view source on GitHub ↗
(animationIterations: number)

Source from the content-addressed store, hash-verified

435 };
436
437 const iterations = (animationIterations: number) => {
438 _iterations = animationIterations;
439
440 update(true);
441
442 return ani;
443 };
444
445 const parent = (animation: Animation) => {
446 parentAnimation = animation;

Callers

nothing calls this directly

Calls 1

updateFunction · 0.70

Tested by

no test coverage detected