100字范文,内容丰富有趣,生活中的好帮手!
100字范文 > html中颜色打字机效果 Css打字机效果

html中颜色打字机效果 Css打字机效果

时间:2022-07-08 20:30:01

相关推荐

html中颜色打字机效果 Css打字机效果

插件预览图

使用教程

代码展示

vue页面使用

The cat and the hat.

Style

.typewriter {

width: 390upx;

margin: auto;

}

.typewriter .text {

font-size: 40upx;

overflow: hidden;

border-right: 2upx solid orange;

white-space: nowrap;

margin: 0 auto;

letter-spacing: 2;

animation:typing 3.5s steps(40, end),blink-caret .75s step-end infinite;

}

@keyframes typing {

from {

width: 0

}

to {

width: 100%

}

}

@keyframes blink-caret {

from,

to {

border-color: transparent

}

50% {

border-color: orange;

}

}

兼容性

全平台兼容

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。