MCPcopy
hub / github.com/ampproject/amphtml / scrollTo

Method scrollTo

testing/helpers/service.js:346–348  ·  view source on GitHub ↗
(px)

Source from the content-addressed store, hash-verified

344 }
345
346 scrollTo(px) {
347 this.win_.scrollTo(0, px);
348 }
349}
350
351export function createPointerEvent(type, x, y) {

Calls

no outgoing calls

Tested by

no test coverage detected