diff options
| author | Terry Truong <terry06890@gmail.com> | 2022-03-25 14:11:22 +1100 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2022-03-25 14:14:15 +1100 |
| commit | aa00b45dd412381ebeabbc47e36497600608286b (patch) | |
| tree | a4f7bd890abbe329d5be32133bf8601d6dfb06b0 /src/components/Settings.vue | |
| parent | 512c43efb2a0ead71b097cd5b28f35fad51f3aeb (diff) | |
Add animation-speed setting
Diffstat (limited to 'src/components/Settings.vue')
| -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"> |
