我已经安装了这个基本版本的type.js,但我有一个问题,让它突出文字。这是我的密码。记住,这是Type.js basic的标准输出。
<h2 class="animated fadeInUp dealy-500 display-6 display-md-4 display-lg-3 font-weight-bold text-white">
<span class='highlight'>
<span id="typed"></span>
</span>
</h2>new Typed('#typed', {
strings: ['IT Support', 'Security Infastructure', 'Managed IT Support', 'Web Development & Design'],
typeSpeed: 150,
delaySpeed: 190,
loop: true
});发布于 2020-02-28 09:28:02
https://stackoverflow.com/questions/60448447
复制相似问题