DIV CSS 佈局教程網

 DIV+CSS佈局教程網 >> 網頁腳本 >> WEB網站前端 >> 網頁特效代碼 >> jquery多種方式的打字機動畫效果
jquery多種方式的打字機動畫效果
編輯:網頁特效代碼     
查看效果:
http://hovertree.com/texiao/jquery/73/

源碼下載:
http://hovertree.com/h/bjaf/bukuab71.htm

代碼如下:
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>jquery打字動畫效果_何問起</title>
<base target="_blank" />
<link href="http://hovertree.com/texiao/jquery/73/css/animate.css" rel="stylesheet">

<script src="http://down.hovertree.com/jquery/jquery-1.9.1.min.js"></script>
<script src="http://hovertree.com/texiao/jquery/73/js/jquery.lettering.js"></script>
<script src="http://hovertree.com/texiao/jquery/73/js/jquery.textillate.js"></script>
<script>
$(function () {
$('.text1').textillate({ in: { effect: 'rollIn' } });
$('.text2').textillate({
initialDelay: 1000, //設置動畫開始時間
in: { effect: 'flipInX' //設置動畫名稱
}
});
$('.text3').textillate({
initialDelay: 1000,
in: { effect: 'bounceInDown' }
});
})

</script>
<style type="text/css">
body {
background: #242424;
}

div {
width: 960px;
margin: 0 auto;
}

.text1, .text2, .text3 {
visibility: hidden;
}

.text1, .text2 {
color: #fff;
color: #fff;
}

.text1 {
margin: 50px;
text-align: center;
font-size: 30px;
text-shadow: 0.025em 0.025em 0.025em rgba(0, 0, 0, 0.8);
}

.text2 {
font-family: microsoft yahei;
font-size: 14px;
line-height: 24px;
text-shadow: 0.1em 0.1em 0.1em rgba(0, 0, 0, 0.8);
}

.text3 {
font-family: microsoft yahei;
text-align: center;
font-size: 36px;
color: #900;
}
.hovertreeinfo{text-align:center;}
.hovertreeinfo a{color:yellowgreen;}
</style>
</head>
<body>

<div>
<p class="text1">《何問起》打字效果</p>
<p class="text3">HoverTree.Com</p>
<p class="hovertreeinfo"><a href="http://hovertree.com">首頁</a> <a href="http://hovertree.com/texiao/">特效</a> <a href="http://hovertree.com/h/bjaf/xiaomimenu.htm">原文</a> <a href="http://hovertree.com/texiao/jquery/70/color.htm">Demo 2</a></p>
<p class="text2">
受到網店的影響,服裝店的生意逐漸有所下降,老板找何問起去談,大概是准備跟上網購潮流,讓何問起准備一下,要在網上開網店,要為服裝店建立網站。何問起也沒說自己經驗不足,只說會積極准備。於是抓緊時間查找資料,學習練習。畢竟還是有功底的,過不多久就在本地搭建了一個網站,實現了一些企業網站的基本功能,信息產品發布、留言版等。也了解了在電商網開網店的方方面面。
何問起准備好後,跟老板報告分析了具體情況,老板說人手不足,就從易到難逐步推行把,有什麼需要盡管提。何問起又有得忙活了,但也是樂此不疲。雖然學的是紡織,而不是計算機或者軟件工程等相關專業,但自從接觸編程以後,興趣就一直有增無減,也熟悉了不少網站架設,Web前端,後端程序,數據庫等等的知識,開了網站hovertree.com,有向全棧工程師發展的趨勢。接受了老板的這個任務後更是開心,整天精力充沛,戰斗力十足。
</p>
</div>

</body>
</html>

XML學習教程| jQuery入門知識| AJAX入門| Dreamweaver教程| Fireworks入門知識| SEO技巧| SEO優化集錦|
Copyright © DIV+CSS佈局教程網 All Rights Reserved