From ff47b8a92f9b49c5e440a1d226a37b3cc0f17844 Mon Sep 17 00:00:00 2001 From: webadderall <131426131+webadderall@users.noreply.github.com> Date: Thu, 7 May 2026 17:26:57 +1000 Subject: [PATCH] Increase default cursor sway --- src/components/video-editor/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/video-editor/types.ts b/src/components/video-editor/types.ts index 82ef6961..17c4d8d5 100644 --- a/src/components/video-editor/types.ts +++ b/src/components/video-editor/types.ts @@ -100,7 +100,7 @@ export const DEFAULT_CURSOR_SMOOTHING = 0.67; export const DEFAULT_CURSOR_MOTION_BLUR = 0.4; export const DEFAULT_CURSOR_CLICK_BOUNCE = 2.5; export const DEFAULT_CURSOR_CLICK_BOUNCE_DURATION = 350; -export const DEFAULT_CURSOR_SWAY = 0.25; +export const DEFAULT_CURSOR_SWAY = 0.4; export const DEFAULT_ZOOM_SMOOTHNESS = 0.5; export const DEFAULT_ZOOM_MOTION_BLUR = 0.35; export interface ZoomMotionBlurTuning {