Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
20
export
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
varSlide
Function · 0.90
varFlip
Function · 0.90
varFade
Function · 0.90
varZoom
Function · 0.90
varRotate
Function · 0.90
varScale
Function · 0.90
varBounce
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected