今天在Github上发现了一个有趣的开源项目
github地址:https://github.com/mattboldt/typed.js/
文档:https://mattboldt.github.io.../typed.js/docs/
导入js
实现效果
try {...var typed = new Typed("#typed", {
strings: ['醒亦念卿,梦亦念卿','频繁记录,只因生活和你太值得❤'],//字符串
startDelay: 0...,//开始的延迟
typeSpeed: 200,//打字速度
backSpeed: 100,//回退速度
loop: true,//是否循环
showCursor: true,//显示游标...startDelay: 0,//开始的延迟
typeSpeed: 200,//打字速度
backSpeed: 100,//回退速度
loop: true,//是否循环