MCPcopy Index your code
hub / github.com/CodebuffAI/codebuff / easeOutCubic

Function easeOutCubic

cli/src/hooks/use-scroll-management.ts:18–20  ·  view source on GitHub ↗
(t: number)

Source from the content-addressed store, hash-verified

16const AUTO_SCROLL_DELAY_MS = 50
17
18const easeOutCubic = (t: number): number => {
19 return 1 - Math.pow(1 - t, 3)
20}
21
22/**
23 * Manages scroll behavior for the chat scrollbox with smooth animations and auto-scroll.

Callers 1

animateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected