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

Function easing

core/src/utils/animation/animation.ts:412–418  ·  view source on GitHub ↗
(animationEasing: string)

Source from the content-addressed store, hash-verified

410 };
411
412 const easing = (animationEasing: string) => {
413 _easing = animationEasing;
414
415 update(true);
416
417 return ani;
418 };
419
420 const duration = (animationDuration: number) => {
421 /**

Callers

nothing calls this directly

Calls 1

updateFunction · 0.70

Tested by

no test coverage detected