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