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

首頁 > 熱點 > 微信 > 正文

微信小程序實現文字無限輪播效果

2024-07-22 01:19:18
字體:
來源:轉載
供稿:網友

本文實例為大家分享了微信小程序實現文字無限輪播展示的具體代碼,供大家參考,具體內容如下

.JS文件  onLoad中添加下列代碼

var self = this;var width = wx.getSystemInfoSync().screenWidth;function carousel_num() {var animation = wx.createAnimation({transformOrigin: "50% 50%",duration: 5000,timingFunction: "linear",delay: 0})self.animation = animationanimation.translate3d(-width, 0, 100).step()console.log("第一動畫開始");self.setData({animationData_notice: animation.export(),})setTimeout(function () {var animation = wx.createAnimation({transformOrigin: "50% 50%",duration: 0,timingFunction: "linear",delay: 0})self.animation = animationanimation.translate3d(0, 0, 100).step()console.log("第二動畫開始");self.setData({animationData_notice: animation.export(),})setTimeout(function () {carousel_num();}, 50)}, 5000)}setTimeout(function () {carousel_num();}, 100);

.WXML文件 添加如下:

<scroll-view class='scroll_notice'><view class='scroll_notice_item_bg' animation="{{animationData_notice}}"><view class="scroll_notice_item_bg"><image class='scroll_notice_item_image' src='圖片鏈接'></image><view class='scroll_notice_item'>全國快遞本月底將陸續停運,各位請注意補貨時間!</view></view><view class="scroll_notice_item_bg"><image class='scroll_notice_item_image' src='圖片鏈接'></image><view class='scroll_notice_item'>全國快遞本月底將陸續停運,各位請注意補貨時間!</view></view></view></scroll-view>

.WXSS文件  添加如下:

.scroll_notice {position: absolute;left: 0px;top: 0px;width: 100%;white-space: nowrap;height: 65rpx;background-color: #e6513e;}.scroll_notice_item_image {position: absolute;left: 0px;top: 14rpx;width: 49rpx;height: 38rpx;}.scroll_notice_item {margin-left: 61rpx;margin-top: 14rpx;height: 37rpx;font-family: PingFangSC;font-size: 26rpx;font-weight: 500;letter-spacing: 1rpx;text-align: left;color: #fff;}.scroll_notice_item_bg {position: relative;margin-left: 20rpx;height: 100%;display: inline-flex;}

以上就是本文的全部內容,希望對大家的學習有所幫助,也希望大家多多支持錯新站長站。

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 洛阳市| 苍山县| 景泰县| 广安市| 西充县| 许昌县| 上林县| 宾川县| 乌拉特前旗| 泰安市| 叶城县| 中超| 武功县| 天津市| 博爱县| 错那县| 吐鲁番市| 武宣县| 林州市| 博兴县| 开化县| 长寿区| 阜新市| 儋州市| 马关县| 莆田市| 海晏县| 肃南| 洪洞县| 安化县| 绵阳市| 眉山市| 太和县| 嘉祥县| 乳源| 乌鲁木齐县| 景德镇市| 句容市| 邛崃市| 兴文县| 莱西市|