<script type="text/javascript" src="js/autotyper.min.js"></script>
<script type="text/javascript">
// custom options
var options = {
selector: ".typer-target", // target element selector
words: ["Hello World..."], // words/sentences that will be auto typed
charSpeed: 85, // letter typing animation speed
delay: 2100, // word/sentence typing animation delay
loop: false, // if loop is activated, autoTyper will start over
flipflop: false // if flipflop is activated, letters which are typed animated will be removed ony by one animated
};
var typer = new autoTyper(options);
document.getElementById("run").addEventListener("click", function(e) {
typer.start();
});
</script>
*
回帖描述:*
链接类型:*
下载链接:*
描述:*
回帖描述:*
链接类型:*
阅读权限:*
下载链接:



聚优部落技术论坛 © 版权所有 鲁ICP备15007479号-6
Copyright(C)web.com, All Rights Reserved.
