python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
In Vuejs3 how to make the sticky header component change background colour when intersecting with other components?
I am just wondering, how to structure my code to make my sticky <Header /> component change its background-color when intersecting with other components (in this case with <Hero /> and <...

Dariusz Legizynski
Votes: 0
Answers: 1
Async function in for loop
I'm trying to lazy load maps in the page. As the map element intersects, I load the script an run the appendMap() function. If two maps are in the viewport, the loadScript function test for map-scipt...
Sly31
Votes: 0
Answers: 1
How to apply IntersectionObserver to v-for directive in Composition API?
I can use an IntersectionObserver to lazy-load images like so:
<template>
<div id="gallery" class="gallery">
<div class="gallery-card">
<...

Artur_exe
Votes: 0
Answers: 0
Change nav-link style depending on which div is in viewport in React
I have a SPA with a long height page, where one section represents one page.
Actual code:
const ScrollWrapper = () => {
return (
<div className={styles.ScrollWrapper + ` ` + 'snap-container'...
mortvicious
Votes: 0
Answers: 1