码迷,mamicode.com
首页 > Web开发 > 详细

iType.js仿输入文字效果

时间:2017-11-27 15:21:47      阅读:188      评论:0      收藏:0      [点我收藏+]

标签:com   https   round   tps   tle   style   bsp   delay   ref   

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Title</title>
</head>
<body>
<span id="ityped"></span>

<script src="https://unpkg.com/ityped@0.0.5"></script>
<script>
    ityped.init(#ityped, {
        strings:[我是文字一哦, 我是文字二哦, 我是文字3哦, 没有文字啦。。。],
        startDelay: 200,
        loop: true
    });
</script>
</body>
</html>

 demo:https://controllerone.github.io/demo/ityped/

iType.js仿输入文字效果

标签:com   https   round   tps   tle   style   bsp   delay   ref   

原文地址:http://www.cnblogs.com/xiaobaibubai/p/7903775.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!