MCPcopy
hub / github.com/pqoqubbw/icons / CALCULATE_DELAY

Function CALCULATE_DELAY

icons/git-graph.tsx:20–24  ·  view source on GitHub ↗
(i: number)

Source from the content-addressed store, hash-verified

18const DURATION = 0.3;
19
20const CALCULATE_DELAY = (i: number) => {
21 if (i === 0) return 0.1;
22
23 return i * DURATION + 0.1;
24};
25
26const GitGraphIcon = forwardRef<GitGraphIconHandle, GitGraphIconProps>(
27 ({ onMouseEnter, onMouseLeave, className, size = 28, ...props }, ref) => {

Callers 1

git-graph.tsxFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected