jQuery+CSS3文字跑馬燈特效的簡單實現,jquerycss3

來源:互聯網
上載者:User

jQuery+CSS3文字跑馬燈特效的簡單實現,jquerycss3

jQuery+CSS3文字跑馬燈特效是一款將跑馬燈背景製作為3D立方體效果,文字在上面移動時,就像是文字投影到牆壁上,在轉角出會改變運動方向。

如下:

完整HTML代碼如下:

<!DOCTYPE html><html lang="zh"><head><meta charset="UTF-8"><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="viewport" content="width=device-width, initial-scale=1.0"><title>jQuery+CSS3文字跑馬燈特效 - 何問起</title><base target="_blank" /><link rel="stylesheet" href="http://hovertree.com/texiao/jquery/83/css/style.css"></head><body><div id="hovertreemarquee">  <div><span>I ❤ HoverTree 我❤何問起 </span></div>  <div aria-hidden="true"><span>I ❤ HoverTree 我❤何問起 </span></div></div><form onsubmit="setText(event)">  <label for="textsource">使用你自己的文本</label>  <input type="text" id="textsource" value="hwq2.com Is A Good Site!" autocapitalize="characters" pattern=".{5,60}" title="5-30個字元長度" placeholder="請輸入文本:hovertree.com">  <input type="submit" class="btn" value="使用"></form>  <div class="hovertreeinfo"><p>可以輸入其他文本,然後點擊“使用”按鈕。<br />    例如:1314520 hovertree.com        <br />或者: 歡迎訪問何問起    <br />            <a href="http://hovertree.com/h/bjaf/bmfmnq8a.htm">特殊愛心符號點這裡</a>    <br />何問起提示:可以放大或者縮小瀏覽器寬度查看效果。    </p></div><script src="http://down.hovertree.com/jquery/jquery-2.2.4.min.js" type="text/javascript"></script><script type="text/javascript">    function setText(event){     event.preventDefault();     leftText.innerText = textsource.value.toUpperCase();     rightText.innerText = textsource.value.toUpperCase();    }    var leftText = document.querySelector("#hovertreemarquee div:first-of-type span");    var rightText = document.querySelector("#hov"+"ertreemarquee div:last-of-type span");    var textsource = document.getElementById("textsource");    setText();</script><div style="text-align:center;margin:50px 0; font:normal 14px/24px 'MicroSoft YaHei';"><p>適用瀏覽器:FireFox、Chrome、Edge、Safari、Opera、傲遊、搜狗、世界之窗、IE11. 不支援IE8及以下瀏覽器。</p><p>來源:<a href="http://hovertree.com/" target="_blank">何問起</a> <a href="http://hovertree.com/menu/texiao/">網頁特效</a><a href="http://hovertree.com/h/bjaf/paomadeng.htm">代碼說明</a></p></div></body></html>

以上就是小編為大家帶來的jQuery+CSS3文字跑馬燈特效的簡單實現全部內容了,希望大家多多支援幫客之家~

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.