I got the following code:
<body>
<section id="first">
...
</section>
<section id="second">
...
</div>
<section id="third">
...
</div>
</body>
And I'm trying to add a class to section#third
when the page arrives the div on vertical scroll, but without specifying the height using px, just when the page meets the element.
Does anyone know how to do this?
Thanks y'all!