91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

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

發布時間:2020-09-25 16:28:55 來源:腳本之家 閱讀:209 作者:小菜雞一mei 欄目:web開發

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

.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 = animation
animation.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 = animation
animation.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;
}

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

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

新巴尔虎左旗| 宣化县| 德格县| 仁怀市| 龙口市| 海安县| 甘南县| 定日县| 通河县| 双流县| 历史| 古浪县| 巩义市| 灯塔市| 红原县| 霍州市| 民县| 六枝特区| 文化| 庆阳市| 乌什县| 景泰县| 无为县| 恩施市| 枝江市| 平湖市| 定州市| 凤翔县| 彭泽县| 许昌县| 凤城市| 玛曲县| 五莲县| 阜宁县| 正安县| 新绛县| 广安市| 乐亭县| 阳西县| 清苑县| 义马市|