better scroll的引數和方法

2022-06-09 10:03:10 字數 751 閱讀 2903

注意,如果在某乙個元件內建立了乙個bscroll的例項,在元件生命週期結束前要注意呼叫destroy方法,否則在滑動過程中切換頁面會導致一直觸發scroll事件,導致一些意想不到的問題,切記!!!

options 引數

events 事件

example:

probetype: 3

})scroll.on('scroll', (pos) => )

滾動到某個位置,x,y 代表座標,time 表示動畫時間,easing 表示緩動函式

scroll.scrollto(0, 500)

滾動到某個元素,el(必填)表示 dom 元素,time 表示動畫時間,offsetx 和 offsety 表示座標偏移量,easing 表示緩動函式

強制 scroll 重新計算,當 better-scroll 中的元素發生變化的時候呼叫此方法

snap 為 true 時,獲取滾動的當前頁,返回的物件結構為 ,其中 x,y 代表滾動橫向和縱向的位置;pagex,pagey 表示橫向和縱向的頁面索引。用法如:getcurrentpage().pagex

snap 為 true,滾動到對應的頁面,x 表示橫向頁面索引,y 表示縱向頁面索引, time 表示動畫,easing 表示緩動函式(可省略不寫)

vue使用 better scroll的引數和方法

probetype 3 scroll.on scroll pos 滾動到某個位置,x,y 代表座標,time 表示動畫時間,easing 表示緩動函式 scroll.scrollto 0,500 滾動到某個元素,el 必填 表示 dom 元素,time 表示動畫時間,offsetx 和 offset...

better scroll的引數和方法

example probetype 3 scroll.on scroll pos 滾動到某個位置,x,y 代表座標,time 表示動畫時間,easing 表示緩動函式 scroll.scrollto 0,500 滾動到某個元素,el 必填 表示 dom 元素,time 表示動畫時間,offsetx ...

better scroll無法滾動的問題

better scrooll的github位址 better scroll文件 一 dom層級關係 content content.div div classifytitle ref ss div for item,index in classifydata.products router link...