repaint
RU: перерисовка
A browser rendering cycle triggered when a visual property changes but element geometry is unaffected — for example color, background-color, box-shadow, or outline. The browser re-executes paint commands and re-rasterizes the affected region without recalculating layout, making it cheaper than a full reflow.