国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > JavaScript > 正文

微信小程序?qū)Ш綑诟S滑動效果的實(shí)現(xiàn)代碼

2019-11-19 11:34:26
字體:
供稿:網(wǎng)友

效果圖

.wxml

<view class='tabBar'><view class='tabItem wx:if="{{tabClick===0?"click":""}}"' bindtap='clickTab' data-index='0'>tab1</view><view class='tabItem wx:if="{{tabClick===1?"click":""}}"' bindtap='clickTab' data-index='1'>tab2 </view><view class='tabItem wx:if="{{tabClick===2?"click":""}}"' bindtap='clickTab' data-index='2'>tab3 </view><view class='underline' animation="{{animationData}}" style='left:{{isLeft}}'></view></view>

.wxss

.tabBar{height: 80rpx;background-color:#50B7EA;width: 100%;font-size: 28rpx;color: rgba(255,255,255,0.50);position: fixed;top: 0;left: 0;display: flex;justify-content: center;align-items: center;z-index: 997;}.tabItem{width: 33.333%;display: flex;align-content: center;justify-content: center;position: relative;height: 100%;font-size: 28rpx;}.click{color: white;}.underline{position: absolute;content: '';width: 84rpx;height: 3px;background-color:white;bottom: 0;} 

.js

data:{tabClick: 0,animationData: {}, isLeft: '12%'},swiperTab: function (e) {var that = this;var index = e.detail.currentconsole.log(e.detail.current)var animation = wx.createAnimation({duration: 1000,timingFunction: "ease",})this.animation = animationif (index === 0) {animation.translate(0, 0).step();that.setData({animationData: animation.export()})that.setData({tabClick: e.detail.current});} else if (index === 1) {var w = wx.getSystemInfoSync().windowWidth;w = w * 0.32animation.translate(w, 0).step();that.setData({animationData: animation.export()})that.setData({tabClick: e.detail.current});} else if(index === 2){var w = wx.getSystemInfoSync().windowWidth;w = w * 0.65animation.translate(w, 0).step();that.setData({animationData: animation.export()})that.setData({tabClick: e.detail.current});}}, 

總結(jié) 

  以上所述是小編給大家介紹的微信小程序?qū)Ш綑诟S滑動效果的實(shí)現(xiàn)代碼,希望對大家有所幫助,如果大家有任何疑問歡迎給我留言,小編會及時(shí)回復(fù)大家的!

發(fā)表評論 共有條評論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 海口市| 仁化县| 松江区| 百色市| 凌源市| 安多县| 临城县| 齐齐哈尔市| 郓城县| 鄂州市| 贵州省| 长阳| 三原县| 长顺县| 汝州市| 威宁| 汕头市| 文化| 陆丰市| 民勤县| 株洲市| 绵阳市| 旬邑县| 荆门市| 郧西县| 新宁县| 蒙自县| 桦甸市| 景宁| 双桥区| 麻江县| 青铜峡市| 乐清市| 张家川| 阳春市| 金寨县| 芒康县| 海口市| 锦州市| 平顺县| 买车|