From 86e2f7bcf32a87c180315b6114092f11f9bbded5 Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Sat, 25 Jun 2022 18:48:29 +1000 Subject: Clean up code in App.vue --- src/lib.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib.ts') diff --git a/src/lib.ts b/src/lib.ts index 0706a49..4ed8879 100644 --- a/src/lib.ts +++ b/src/lib.ts @@ -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, -- cgit v1.2.3