MCPcopy
hub / github.com/Tencent/weui.js / _start

Function _start

src/picker/scroll.js:162–165  ·  view source on GitHub ↗
(pageY)

Source from the content-addressed store, hash-verified

160 }
161
162 function _start(pageY){
163 start = pageY;
164 startTime = +new Date();
165 }
166 function _move(pageY){
167 end = pageY;
168 let newTranslate = translate + (end - start);

Callers 1

scroll.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected