MCPcopy Create free account
hub / github.com/github/docs / onScroll

Function onScroll

components/page-header/Header.tsx:60–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58
59 useEffect(() => {
60 function onScroll() {
61 setScroll(window.scrollY > 10)
62 }
63 window.addEventListener('scroll', onScroll)
64 return () => {
65 window.removeEventListener('scroll', onScroll)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected