Browse Source
Refactors animation and interpolation logic to ensure consistent behavior across different monitor refresh rates (e.g., 60Hz vs 144Hz). Changes: - Implement time-delta adjusted smoothing for FPS counter and mouse tracking. - Update IFT graph scaling in 'dom.js' to use performance-based delta time. - Remove hardcoded 60FPS limit in zoom sketch to allow native refresh rates. - Fix vertical tooltip jitter in 'drawUtils.js' by using smoothed mouse coordinates. - Add 'lastOverlayUpdateTime' to global state for cross-module time tracking.refactor/sync-centralize
4 changed files with 35 additions and 13 deletions
Loading…
Reference in new issue