MCPcopy Create free account
hub / github.com/breck7/scroll / pageScrollY

Function pageScrollY

external/.scrollLibs.js:3899–3904  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3897 return window.pageXOffset || (document.documentElement || document.body).scrollLeft
3898 }
3899 function pageScrollY() {
3900 if (chrome && android) {
3901 return -(document.body.getBoundingClientRect().top - parseInt(getComputedStyle(document.body).marginTop))
3902 }
3903 return window.pageYOffset || (document.documentElement || document.body).scrollTop
3904 }
3905
3906 function widgetTopHeight(lineObj) {
3907 var height = 0

Callers 2

intoCoordSystemFunction · 0.85
fromCoordSystemFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected