Most animated components already use this hook internally to pause when off-screen. Use this hook directly when building custom components that need viewport awareness.
Features
- Lightweight wrapper around IntersectionObserver
- Returns a simple boolean — true when the element is in view
- Accepts standard IntersectionObserverInit options
- Cleans up automatically on unmount