Limelight

What Is Click-Zoom?

Click-zoom is a recording technique that zooms the visible viewport into the exact screen location where the user clicks the mouse, ensuring viewers never lose track of the action.

Click-zoom refers specifically to the trigger mechanism: the mouse click event causes the recording to zoom in. This distinguishes it from other zoom techniques that are triggered by time markers, keyboard shortcuts, or manual keyframes added in post-production. Because the zoom is event-driven, it is tied directly to the moment of interaction rather than an editor's approximation of that moment, which produces more naturally timed transitions and reduces the chance of the zoom landing a frame too early or too late.

From a viewer's perspective, click-zoom makes dense UIs readable. When a presenter works inside a complex dashboard, a code editor with small text, or a settings panel with dozens of options, the full-screen view can look like a sea of detail. A click-zoom brings the viewer in close at exactly the right moment — when the presenter clicks a button or selects a menu item — and then pulls back to restore context. This push-pull rhythm is the same technique documentary cinematographers use to maintain viewer attention over long sequences.

Implementing click-zoom well in software requires capturing OS-level accessibility events or input hooks to detect click coordinates ahead of the rendered frame, then applying a zoom transform to the video pipeline with sub-frame accuracy. Limelight handles this natively on macOS, using the accessibility API to receive click events in real time and applying a smooth animated zoom that arrives on screen in sync with the visual feedback of the click itself. The result is a polished effect that looks like intentional cinematography rather than a post-processing filter.

Why Limelight

  • Zooms are triggered by actual click events, not manual keyframes, so timing is always accurate.
  • Keeps viewers oriented inside complex, information-dense UIs during tutorials.
  • Mimics the push-pull cinematography technique used in documentary video production.
  • Limelight captures click events via the macOS accessibility API for frame-accurate zoom timing.
Try it free — download

Cursor spotlight free · from $2.99/mo or $34 lifetime · macOS 14+

Or get Pro — from $2.99/mo · See how it works →

free to start, then go Pro from $2.99/mo or a $34 one-time lifetime license. macOS 14+, notarized by Apple.

FAQ

What is the difference between click-zoom and auto-zoom?
The terms are often used interchangeably. Auto-zoom is the broader behavior (automatic zooming without manual intervention), while click-zoom emphasizes that the trigger is specifically a mouse click event. Limelight uses click events as the primary trigger for its auto-zoom feature.
Does click-zoom work with trackpad taps as well as physical clicks?
Yes. On a Mac, trackpad taps register as click events at the OS level, so click-zoom triggers on tap gestures just as it does on a physical mouse button press.

Keep reading