效果图
.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.current console.log(e.detail.current) var animation = wx.createAnimation({ duration: 1000, timingFunction: "ease", }) this.animation = animation if (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.32 animation.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.65 animation.translate(w, 0).step(); that.setData({ animationData: animation.export() }) that.setData({ tabClick: e.detail.current }); } },
总结
以上所述是小编给大家介绍的微信小程序导航栏跟随滑动效果的实现代码,希望对大家有所帮助,如果大家有任何疑问欢迎给我留言,小编会及时回复大家的!
免责声明:本站文章均来自网站采集或用户投稿,网站不提供任何软件下载或自行开发的软件!
如有用户或公司发现本站内容信息存在侵权行为,请邮件告知! 858582#qq.com
狼山资源网 Copyright www.pvsay.com
暂无“微信小程序导航栏跟随滑动效果的实现代码”评论...
RTX 5090要首发 性能要翻倍!三星展示GDDR7显存
三星在GTC上展示了专为下一代游戏GPU设计的GDDR7内存。
首次推出的GDDR7内存模块密度为16GB,每个模块容量为2GB。其速度预设为32 Gbps(PAM3),但也可以降至28 Gbps,以提高产量和初始阶段的整体性能和成本效益。
据三星表示,GDDR7内存的能效将提高20%,同时工作电压仅为1.1V,低于标准的1.2V。通过采用更新的封装材料和优化的电路设计,使得在高速运行时的发热量降低,GDDR7的热阻比GDDR6降低了70%。