mirror of
https://github.com/webadderallorg/Recordly.git
synced 2026-09-24 14:55:37 +00:00
Reduce cursor motion blur intensity
This commit is contained in:
@@ -112,9 +112,9 @@ export interface CursorRenderConfig {
|
||||
}
|
||||
|
||||
const MIN_CURSOR_VIEWPORT_SCALE = 0;
|
||||
// Preserve the cursor's stronger visual response while sharing the camera's
|
||||
// frame-rate normalization, kernel, and directional offset formula.
|
||||
const CURSOR_DIRECTIONAL_BLUR_STRENGTH = 4.8;
|
||||
// Keep the cursor visually responsive while sharing the camera's frame-rate
|
||||
// normalization, kernel, and directional offset formula.
|
||||
const CURSOR_DIRECTIONAL_BLUR_STRENGTH = 3.2;
|
||||
const CURSOR_TIME_DISCONTINUITY_MS = 100;
|
||||
const CURSOR_SWAY_SMOOTHING_MULTIPLIER = 0.7;
|
||||
const CURSOR_SWAY_SMOOTHING_OFFSET = 0.18;
|
||||
|
||||
Reference in New Issue
Block a user