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

Function delay

core/src/utils/animation/animation.ts:404–410  ·  view source on GitHub ↗
(animationDelay: number)

Source from the content-addressed store, hash-verified

402 };
403
404 const delay = (animationDelay: number) => {
405 _delay = animationDelay;
406
407 update(true);
408
409 return ani;
410 };
411
412 const easing = (animationEasing: string) => {
413 _easing = animationEasing;

Callers

nothing calls this directly

Calls 1

updateFunction · 0.70

Tested by

no test coverage detected