diff options
| author | Terry Truong <terry06890@gmail.com> | 2022-06-25 18:48:29 +1000 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2022-06-25 19:28:35 +1000 |
| commit | 86e2f7bcf32a87c180315b6114092f11f9bbded5 (patch) | |
| tree | cba5e581a72529b873ba226ac4be732d9223b5e6 /src/lib.ts | |
| parent | 2a0c04245f8ab5017ca96449cca8aeb36336edf3 (diff) | |
Clean up code in App.vue
Diffstat (limited to 'src/lib.ts')
| -rw-r--r-- | src/lib.ts | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -74,6 +74,7 @@ export type UiOptions = { // Timing related clickHoldDuration: number, // Time after mousedown when a click-and-hold is recognised, in ms transitionDuration: number, // ms + animationDelay: number, // Time between updates during transitions/resizes/etc, in ms autoActionDelay: number, // Time between auto-mode actions (incl transitions), in ms // Other useReducedTree: boolean, |
