日日操夜夜添-日日操影院-日日草夜夜操-日日干干-精品一区二区三区波多野结衣-精品一区二区三区高清免费不卡

公告:魔扣目錄網(wǎng)為廣大站長提供免費(fèi)收錄網(wǎng)站服務(wù),提交前請做好本站友鏈:【 網(wǎng)站目錄:http://www.ylptlb.cn 】, 免友鏈快審服務(wù)(50元/站),

點(diǎn)擊這里在線咨詢客服
新站提交
  • 網(wǎng)站:51998
  • 待審:31
  • 小程序:12
  • 文章:1030137
  • 會員:747

實(shí)現(xiàn)方法:1、創(chuàng)建html文件;2、添加html代碼架構(gòu);3、在body標(biāo)簽中使用div、input、button標(biāo)簽分給頁面設(shè)計(jì)效果顯示框、輸入框、彈幕提交按鈕;4、添加script標(biāo)簽并寫入js代碼來實(shí)現(xiàn)彈幕效果;5、通過瀏覽器方式查看設(shè)計(jì)效果。

js怎么實(shí)現(xiàn)彈幕功能

具體操作方法:

1.首先創(chuàng)建一個html文件。

2.在html文件中添加html代碼架構(gòu)。

<!DOCTYPE html>
<html>
    <head>
<meta charset="UTF-8">
        <title>彈幕功能</title>
    </head>
    <body>
    </body>
</html>

登錄后復(fù)制

3.然后在html代碼架構(gòu)中的body標(biāo)簽里面使用div、input、button標(biāo)簽分別給頁面設(shè)計(jì)一個效果顯示框、輸入框、彈幕提交按鈕。

<div id="box" class="box"></div>
<input type="text" id="txt" />
<button onclick="send()">發(fā)送彈幕</button>

登錄后復(fù)制

4.在html架構(gòu)中的html標(biāo)簽里面添加script標(biāo)簽并寫入js代碼來實(shí)現(xiàn)彈幕效果。

<style>
   function $(str) {
return document.getElementById(str);
}
function send() {
var word = $('txt').value;
var span = document.createElement('span');
var top = parseInt(Math.random() * 500) - 20;
var color1 = parseInt(Math.random() * 256);
var color2 = parseInt(Math.random() * 256);
var color3 = parseInt(Math.random() * 256);
var color = "rgb(" + color1 + "," + color2 + "," + color3 + ")";
top = top < 0 ? 0 : top;
span.style.position = 'absolute';
span.style.top = top + "px";
span.style.color = color;
span.style.left = '500px';
span.style.whiteSpace = 'nowrap';
var nub = (Math.random() * 10) + 1;
span.setAttribute('speed', nub);
span.speed = nub;
span.innerHTML = word;
$('box').appendChild(span);
$('txt').value = "";
}
setInterval(move, 200);
function move() {
var spanArray = $('box').children;
for (var i = 0; i < spanArray.length; i++) {
spanArray[i].style.left = parseInt(spanArray[i].style.left) - spanArray[i].speed + 'px';
}
}
  </style>

登錄后復(fù)制

5.最后可通過瀏覽器方式閱讀html文件查看設(shè)計(jì)效果。

完整示例代碼如下:


    

        彈幕功能
    
    
      <div id="box" class="box"></div>
<input type="text" id="txt" />
<button onclick="send()">發(fā)送彈幕</button>
    
    <script>
      function $(str) {
return document.getElementById(str);
}
function send() {
var word = $('txt').value;
var span = document.createElement('span');
var top = parseInt(Math.random() * 500) - 20;
var color1 = parseInt(Math.random() * 256);
var color2 = parseInt(Math.random() * 256);
var color3 = parseInt(Math.random() * 256);
var color = "rgb(" + color1 + "," + color2 + "," + color3 + ")";
top = top < 0 ? 0 : top;
span.style.position = 'absolute';
span.style.top = top + "px";
span.style.color = color;
span.style.left = '500px';
span.style.whiteSpace = 'nowrap';
var nub = (Math.random() * 10) + 1;
span.setAttribute('speed', nub);
span.speed = nub;
span.innerHTML = word;
$('box').appendChild(span);
$('txt').value = "";
}
setInterval(move, 200);
function move() {
var spanArray = $('box').children;
for (var i = 0; i < spanArray.length; i++) {
spanArray[i].style.left = parseInt(spanArray[i].style.left) - spanArray[i].speed + 'px';
}
}
    </script>

登錄后復(fù)制

分享到:
標(biāo)簽:JS 功能 彈幕
用戶無頭像

網(wǎng)友整理

注冊時(shí)間:

網(wǎng)站:5 個   小程序:0 個  文章:12 篇

  • 51998

    網(wǎng)站

  • 12

    小程序

  • 1030137

    文章

  • 747

    會員

趕快注冊賬號,推廣您的網(wǎng)站吧!
最新入駐小程序

數(shù)獨(dú)大挑戰(zhàn)2018-06-03

數(shù)獨(dú)一種數(shù)學(xué)游戲,玩家需要根據(jù)9

答題星2018-06-03

您可以通過答題星輕松地創(chuàng)建試卷

全階人生考試2018-06-03

各種考試題,題庫,初中,高中,大學(xué)四六

運(yùn)動步數(shù)有氧達(dá)人2018-06-03

記錄運(yùn)動步數(shù),積累氧氣值。還可偷

每日養(yǎng)生app2018-06-03

每日養(yǎng)生,天天健康

體育訓(xùn)練成績評定2018-06-03

通用課目體育訓(xùn)練成績評定