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

Function progressStep

core/src/utils/animation/animation.ts:720–726  ·  view source on GitHub ↗
(step: number)

Source from the content-addressed store, hash-verified

718 };
719
720 const progressStep = (step: number) => {
721 childAnimations.forEach((animation) => {
722 animation.progressStep(step);
723 });
724 setAnimationStep(step);
725 return ani;
726 };
727
728 const progressEnd = (playTo: 0 | 1 | undefined, step: number, dur?: number) => {
729 shouldForceLinearEasing = false;

Callers

nothing calls this directly

Calls 2

setAnimationStepFunction · 0.85
progressStepMethod · 0.80

Tested by

no test coverage detected