[ FIX ] : TextType Text Animation

This commit is contained in:
Utkarsh-Singhal-26
2026-02-01 13:03:03 +05:30
parent 2e39338725
commit f95fef0de0

View File

@@ -1,7 +1,7 @@
<template>
<TabbedLayout>
<template #preview>
<div class="demo-container py-[64px] h-[350px]">
<div class="py-[64px] h-[350px] demo-container">
<TextType
:key="key"
:text="texts"
@@ -45,6 +45,7 @@
:max="150"
:step="5"
value-unit="ms"
:disabled="!variableSpeedEnabled"
/>
<PreviewSlider
v-model="variableSpeedMax"
@@ -53,6 +54,7 @@
:max="300"
:step="5"
value-unit="ms"
:disabled="!variableSpeedEnabled"
/>
</Customize>