Skip to content

Using Angular & IntersectionObserver API to detect a callback called whenever one item intersects viewport

Notifications You must be signed in to change notification settings

leolanese/angular16-IntersectionObserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular (16+) using IntersectionObserver API

Intersection Observer

The Intersection Observer native API allows you to configure sort of callback that is called whenever one item, intersects the device viewport

Try on StackBlitz ⚡️

Viewport

In web development, a viewport is the visible area of a web page in a browser. It is the area that the user can see without scrolling. The viewport is determined by the size of the browser window, the zoom level, and the device's orientation.


Thanks

{ 'Leo Lanese',
'Building Inspiring Responsive Reactive Solutions',
'London, UK' }

Questions / Suggestion / Recommendation ? developer@leolanese.com

About

Using Angular & IntersectionObserver API to detect a callback called whenever one item intersects viewport

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages