Expand description
Centralized GPU state management.
This module provides management of GPU property keys (opacity, transforms, etc.), fade-in/fade-out animations for scrollbar opacity - as a single source of truth for the GPU cache.
Structs§
- GpuState
Manager - Manages GPU-accelerated properties across all DOMs.
- GpuTick
Result - Result of a GPU state tick operation.
Constants§
- DEFAULT_
FADE_ DELAY_ MS - Default delay before scrollbars start fading out (500ms)
- DEFAULT_
FADE_ DURATION_ MS - Default duration of scrollbar fade-out animation (200ms)