编码以下:
<!doctype html>
<html>
<head>
<meta charset="utf⑻">
<meta name="author" content="http://www.softwhy.com/" />
<title>开展中...</title>
<style>
dot {
display:inline-block;
width:3ch;
text-indent:⑴ch;
vertical-align:bottom;
overflow:hidden;
animation:dot 3s infinite step-start both;
}
@keyframes dot {
33% { text-indent: 0; }
66% { text-indent: ⑵ch; }
}
</style>
</head>
<body>
<a href="javascript:">开展中<dot>...</dot></a>
</body>
</html>
以上便是这篇文章内容的所有內容了,期待本文的內容对大伙儿的学习培训或工作中能带来1定的协助~假如有疑惑大伙儿能够留言沟通交流,感谢大伙儿对脚本制作之家的适用!