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

Function fill

core/src/utils/animation/animation.ts:396–402  ·  view source on GitHub ↗
(animationFill: AnimationFill)

Source from the content-addressed store, hash-verified

394 };
395
396 const fill = (animationFill: AnimationFill) => {
397 _fill = animationFill;
398
399 update(true);
400
401 return ani;
402 };
403
404 const delay = (animationDelay: number) => {
405 _delay = animationDelay;

Callers

nothing calls this directly

Calls 1

updateFunction · 0.70

Tested by

no test coverage detected