mirror of
https://github.com/DavidHDev/vue-bits.git
synced 2026-03-07 06:29:30 -07:00
[ FIX ] : TextType Text Animation
This commit is contained in:
@@ -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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user