<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>打印文字效果</title> <script type="text/javascript" src="js/jquery-3.2.1.min.js"></script> <script type="text/javascript"> <script/> <head> <body> <p id="typing">The furthest distance in the world.Is not between life and death.But when I stand in front of you.Yet you don't know that I love you</p> </body>
<script>
$(dcument).ready(function(){
typing();
})
var text;//p标签里对应的字符串
var index = 0;//text字符串的下标
var id;//setTimeout()的返回值,用于关闭clearTimeout(id)
function typing()
{
text = $("#typing").text();
$("#typing").text("");
$("#typing").show();
typed();
}
result = "";
function typed(){
result += text.charAt(index);
$("#typing").text(result + (index & 1 ? "_" : " "));
if(index < text.length - 1)
{
index++;
id = setTimeout("typed()", 100);
}
else
clearTimeout(id);
}
</script>
机械节能产品生产企业官网模板...
大气智能家居家具装修装饰类企业通用网站模板...
礼品公司网站模板
宽屏简约大气婚纱摄影影楼模板...
蓝白WAP手机综合医院类整站源码(独立后台)...苏ICP备2024110244号-2 苏公网安备32050702011978号 增值电信业务经营许可证编号:苏B2-20251499 | Copyright 2018 - 2025 源码网商城 (www.ymwmall.com) 版权所有