diff options
Diffstat (limited to 'src/components/SettingsPane.vue')
| -rw-r--r-- | src/components/SettingsPane.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/SettingsPane.vue b/src/components/SettingsPane.vue index 990d1f7..13a7f26 100644 --- a/src/components/SettingsPane.vue +++ b/src/components/SettingsPane.vue @@ -112,7 +112,7 @@ export default defineComponent({ </div> <hr class="border-stone-400"/> <div> - <label>Animation Duration <input type="range" min="0" max="1000" class="mx-2 w-[3cm]" + <label>Animation Duration <input type="range" min="0" max="3000" class="mx-2 w-[3cm]" v-model.number="uiOpts.tileChgDuration"/></label> </div> </div> |
