Answer the question
In order to leave comments, you need to log in
How to change the styles of a sticky block after it scrolls through a certain block?
There is a page with a sticky-element block that sticks when scrolling. Is it possible somehow during the scroll, as soon as the sticky block passes the entire sticky-container block, add a class to the sticky-element?
<div class="container">
<div class="block"></div>
<div class="sticky-container">
<div class="sticky-element">Прилипающий блок</div>
<! -- после того как этот блок будет проскроллен, к sticky-element надо добавлять класс -->
<div class="something-content"></div>
</div>
<div class="block"></div>
<div class="block"></div>
</div>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question