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

Function direction

core/src/utils/animation/animation.ts:388–394  ·  view source on GitHub ↗
(animationDirection: AnimationDirection)

Source from the content-addressed store, hash-verified

386 };
387
388 const direction = (animationDirection: AnimationDirection) => {
389 _direction = animationDirection;
390
391 update(true);
392
393 return ani;
394 };
395
396 const fill = (animationFill: AnimationFill) => {
397 _fill = animationFill;

Callers

nothing calls this directly

Calls 1

updateFunction · 0.70

Tested by

no test coverage detected