久久r热视频,国产午夜精品一区二区三区视频,亚洲精品自拍偷拍,欧美日韩精品二区

您的位置:首頁(yè)技術(shù)文章
文章詳情頁(yè)

vue實(shí)現(xiàn)簡(jiǎn)單跑馬燈效果

瀏覽:81日期:2023-01-18 18:43:11

本文實(shí)例為大家分享了vue實(shí)現(xiàn)簡(jiǎn)單跑馬燈效果的具體代碼,供大家參考,具體內(nèi)容如下

如下圖片,會(huì)自行向 上“滾動(dòng)”

vue實(shí)現(xiàn)簡(jiǎn)單跑馬燈效果

代碼:

<!DOCTYPE html><html lang='en'><head> <meta charset='UTF-8'> <title>跑馬燈 </title> <script src='https://cdn.bootcss.com/vue/2.5.17-beta.0/vue.min.js'></script> <style> div, ul, li, img { margin: 0; padding: 0; box-sizing: border-box; display: flex; } .horseLamp { width: 100%; height: 50px; align-items: center; background-color: #ddd; display: flex; box-sizing: border-box; } .horseLamp_box { display: block; position: relative; width: 60%; height: 30px; overflow: hidden; } .horseLamp_list { display: block; position: absolute; top: 0; left: 0; } .horseLamp_top { transition: all 0.2s; margin-top: -30px } .horseLamp_list li { height: 30px; line-height: 30px; font-size: 14px; } </style> </head><body> <div class='vueBox'> <div class='horseLamp'> <div class='horseLamp_box'> <ul :class='{horseLamp_top:animate}'> <li v-for='(item, index) in horseLampList'> <img :src='http://www.baoyu77737.com/bcjs/item.img'> </li> </ul> </div> </div></div> <script type='text/javascript'> const vm = new Vue ({ el: '.vueBox', data: { animate: false, horseLampList: [ { img:’../assets/logo.png’ }, { img:’../assets/logo.png’ }, { img:’../assets/logo.png’ }, { img:’../assets/logo.png’ } ] }, created: function () { setInterval (this.showhorseLamp, 600) }, methods: { showhorseLamp: function () { this.animate = true; setTimeout (() => { this.horseLampList.push (this.horseLampList[ 0 ]); this.horseLampList.shift (); this.animate = false; }, 2000); } } });</script> </body></html>

更多文章可以點(diǎn)擊《Vue.js前端組件學(xué)習(xí)教程》學(xué)習(xí)閱讀。

關(guān)于vue.js組件的教程,請(qǐng)大家點(diǎn)擊專題vue.js組件學(xué)習(xí)教程進(jìn)行學(xué)習(xí)。

更多vue學(xué)習(xí)教程請(qǐng)閱讀專題《vue實(shí)戰(zhàn)教程》

以上就是本文的全部?jī)?nèi)容,希望對(duì)大家的學(xué)習(xí)有所幫助,也希望大家多多支持好吧啦網(wǎng)。

標(biāo)簽: Vue
相關(guān)文章:
主站蜘蛛池模板: 灵宝市| 芒康县| 东丽区| 库伦旗| 阿勒泰市| 安图县| 安新县| 贵定县| 维西| 桂平市| 和平县| 上蔡县| 台中县| 清原| 保德县| 邻水| 正蓝旗| 高密市| 西平县| 新乡市| 内黄县| 微山县| 武鸣县| 南丹县| 东丰县| 抚远县| 乳源| 额尔古纳市| 无棣县| 鄂伦春自治旗| 维西| 阳曲县| 博客| 和顺县| 洞口县| 顺昌县| 屯留县| 泸溪县| 海阳市| 资阳市| 寻乌县|