wiki/Animation-Timing: Add two nbsps

The 170 Hz one was at the exact breaking point for me.
This commit is contained in:
Ivan Molodetskikh
2025-08-22 17:40:54 +03:00
parent 210d5e90fe
commit 58290516c7
+1 -1
View File
@@ -1,7 +1,7 @@
> *Time, Dr. Freeman? Is it really that... time again?* > *Time, Dr. Freeman? Is it really that... time again?*
A compositor deals with one or more monitors on mostly fixed refresh cycles. A compositor deals with one or more monitors on mostly fixed refresh cycles.
For example, a 170 Hz monitor can draw a frame every ~5.88 ms. For example, a 170 Hz monitor can draw a frame every ~5.88 ms.
Most of the time, the compositor doesn't actually redraw the monitor: when nothing changes on screen (e.g. you're reading a document and aren't moving your cursor), it would be wasteful to wake up the GPU to composite the same image. Most of the time, the compositor doesn't actually redraw the monitor: when nothing changes on screen (e.g. you're reading a document and aren't moving your cursor), it would be wasteful to wake up the GPU to composite the same image.
During an animation however, screen contents do change every frame. During an animation however, screen contents do change every frame.