Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dolphin-wood/smooth-scrollbar
/ hide
Method
hide
src/interfaces/track.ts:17–17 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
15
attachTo(container: HTMLElement): void;
16
show(): void;
17
hide(): void;
18
update(scrollOffset: number, containerSize: number, pageSize: number): void;
19
}
20
Callers
2
autoHideOnIdle
Method · 0.65
updateScrollbar
Function · 0.65
Implementers
1
ScrollbarTrack
src/track/track.ts
Calls
no outgoing calls
Tested by
no test coverage detected