+
+
+ Adjust the speed of screen transitions (applied if animations are enabled).
+
+
+
+
+
@@ -211,6 +231,12 @@ onMounted(() => {
isMounted.value = true
}, 50)
})
+
+const speedOptions = [
+ { label: 'Slow', value: 2 },
+ { label: 'Normal', value: 1 },
+ { label: 'Fast', value: 0.5 },
+]