https://github.com/leolanese/angular16-intersectionobserver
Using Angular & IntersectionObserver API to detect a callback called whenever one item intersects viewport
https://github.com/leolanese/angular16-intersectionobserver
angular css intersectionobserver-api javascript
Last synced: 27 days ago
JSON representation
Using Angular & IntersectionObserver API to detect a callback called whenever one item intersects viewport
- Host: GitHub
- URL: https://github.com/leolanese/angular16-intersectionobserver
- Owner: leolanese
- Created: 2023-08-31T10:59:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-31T12:33:03.000Z (over 2 years ago)
- Last Synced: 2025-02-24T12:11:33.764Z (11 months ago)
- Topics: angular, css, intersectionobserver-api, javascript
- Language: TypeScript
- Homepage: https://stackblitz.com/edit/stackblitz-starters-fwj4q9
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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 ⚡️](https://stackblitz.com/edit/stackblitz-starters-fwj4q9)
## 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' }
Twitter:
twitter.com/LeoLaneseltd
Portfolio
http://www.leolanese.com
DEV.to:
dev.to/leolanese
Blog:
leolanese.com/blog
Questions / Suggestion / Recommendation ?
developer@leolanese.com