小程式功能之全屏滾動

2021-09-27 12:32:31 字數 3154 閱讀 9958

想做乙個全屏滾動的效果,於是在網上找了乙個差不多的例子,但是覺得有些地方不是很好,於是改進了一下;

原文:先上效果:

console.log('開始:' d.starty, '結束:' e.changedtouches[0].pagey);

console.log('時間戳之差: ' timestampdiffer);

if (timestampdiffer <= d.maxtimecritical && timestampdiffer > d.mintimecritical && (d.starty > e.changedtouches[0].pagey)) `).boundingclientrect();

query.selectviewport().scrolloffset();

query.exec(

function

(res) )}})

} else

if (timestampdiffer <= d.maxtimecritical && timestampdiffer > d.mintimecritical && (d.starty < e.changedtouches[0].pagey)) )

})}

},})

如有錯誤的地方歡迎指正~,共勉。

更多專業前端知識,請上

【猿2048】www.mk2048.com

小程式功能之全屏滾動

想做乙個全屏滾動的效果,於是在網上找了乙個差不多的例子,但是覺得有些地方不是很好,於是改進了一下 原文 先上效果 console.log 開始 d.starty,結束 e.changedtouches 0 pagey console.log 時間戳之差 timestampdiffer if time...

小程式橫向滾動tab

效果圖 要點介紹 1,scroll view 設定為橫向滑動scroll x true scroll x true class ip tab comtainer class ip tab comtainer padd view wx for wx for item ip wx key class b...

微信小程式之判斷頁面滾動方向

獲取頁面實際高度 nodesref.boundingclientrect callback 監聽使用者滑動頁面事件2.獲取頁面實際高度 js 封裝函式獲取id為box的元素實際高度 getscrollheight function console.log this.data.scrollheight...