iTyped: 仿文字输入效果 纯 JS 仅 2KB 大小

2020-06-01  本文已影响0人  simplerandom

http://dreamwq.com/392

<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
</head>
<script src="https://unpkg.com/ityped@0.0.5"></script>

<body>
    <span id="ityped"></span>
</body>
<script>

    ityped.init('#ityped', {
        strings: ['我是文字一哦', '我是文字二哦', '我是文字3哦', '没有文字啦。。。'],
        startDelay: 200,
        loop: true
    });
</script>

</html>
上一篇 下一篇

猜你喜欢

热点阅读