MCPcopy
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

autoHideOnIdleMethod · 0.65
updateScrollbarFunction · 0.65

Implementers 1

ScrollbarTracksrc/track/track.ts

Calls

no outgoing calls

Tested by

no test coverage detected