iscroll5做輪播滑動

(1)首先垂直居中,還是使用div display:table 內套div display:table-cell

(2)切換
//Options.snap自動分割容器,用於製作走馬燈效果等。Options.snap:true //根據容器尺寸自動分割Options.snap:el// 根據元素分割

  that.bigiScroll = new IScroll('#wrapper', {scrollX:true, scrollY:false, snap:true, momentum:false, click:that.iScrollClick()});

(3)效果見圖,代碼地址:https://github.com/smalish/iscroll/tree/master/slider

這裏寫圖片描述

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章