Skip to content

Typing Text 打字效果

ol-typing-text 组件提供了一个打字机效果的文本动画展示。

基础用法

通过设置 text 属性来指定要显示的文本内容,使用 duration 属性来控制打字速度(单位:秒)。

To infinity and beyond!
在 github 中打开
展开代码
复制代码
<template>
  <div class="flex justify-center items-center">
    <ol-typing-text class="font-bold" text="To infinity and beyond!" :duration="10" />
  </div>
</template>

属性

属性名说明类型默认值
text要显示的文本内容string-
duration打字效果的总持续时间(秒)number5