Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
16
const
AUTO_SCROLL_DELAY_MS = 50
17
18
const
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
animate
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected