diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/Settings.vue | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/components/Settings.vue b/src/components/Settings.vue index 8b524a6..132fd35 100644 --- a/src/components/Settings.vue +++ b/src/components/Settings.vue @@ -109,6 +109,11 @@ export default defineComponent({ </li> </ul> </div> + <hr class="border-stone-400"/> + <div> + <label>Animation Speed <input type="range" min="0" max="1000" class="mx-2 w-[3cm]" + v-model.number="componentOptions.transitionDuration"/></label> + </div> </div> </Transition> <Transition name="slide-bottom-right"> |
