What is Intersection Observer? Lazy load using Intersection Observer

Опубликовано: 04 Май 2026
на канале: Rajesh Bhattarai
308
11

Intersection Observer is an API given by the browser which let's you know whether a UI element is visible on the screen or not. Based on this we can add animation to UI elements, do lazy loading, Infinite Scrolling and much more.

Connect with me:
Twitter:   / izrajesh  
Instagram:   / irajeshbhattarai  
Medium:   / rajeshi  
Website: https://rajeshbhattarai.com/


#intersection #observer #javascript #lazyload