<!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/

相关文章:

  • 2021-11-29
  • 2021-07-03
  • 2022-12-23
  • 2021-12-25
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-05-27
  • 2021-12-26
  • 2022-12-23
  • 2021-06-24
  • 2021-09-05
相关资源
相似解决方案