MCPcopy
hub / github.com/d3george/slash-admin / varTranExit

Function varTranExit

src/components/animate/variants/transition.ts:20–25  ·  view source on GitHub ↗
(props?: TranExitType)

Source from the content-addressed store, hash-verified

18};
19
20export const varTranExit = (props?: TranExitType) => {
21 const duration = props?.durationOut || 0.48;
22 const ease = props?.easeOut || [0.43, 0.13, 0.23, 0.96];
23
24 return { duration, ease };
25};

Callers 7

varSlideFunction · 0.90
varFlipFunction · 0.90
varFadeFunction · 0.90
varZoomFunction · 0.90
varRotateFunction · 0.90
varScaleFunction · 0.90
varBounceFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected