.useAnimation {
animation: width-change 4s steps(44) 1s normal both,
color-change 0.5s steps(44) infinite normal;
@keyframes width-change {
from {
width: 0;
width: 343px;
/* 竖线的闪烁效果 */
@keyframes color-change {
from {
border-right-color: #363636;
border-right-color: #ffffff;
欢迎投稿分享,优质代码片段