We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc55366 commit 7043a76Copy full SHA for 7043a76
1 file changed
src/ui/RotatorWindow.svelte
@@ -26,7 +26,7 @@
26
27
// Sweep line animation — phosphor sim runs at fixed tick rate
28
// All original values (0.014 sweep, 0.028 decay) were tuned at 240fps
29
- const PHOSPHOR_HZ = 240;
+ const PHOSPHOR_HZ = 200;
30
const PHOSPHOR_TICK = 1 / PHOSPHOR_HZ;
31
const PHOSPHOR_MAX_TICKS = Math.ceil(PHOSPHOR_HZ / 15);
32
const SWEEP_PER_TICK = 0.014 * (240 / PHOSPHOR_HZ);
0 commit comments