Action during browser scrolling

Asked

Viewed 24 times

0

I have the following HTML:

  <section id="rolagem">

    <article id="item1">

     //conteúdo
   </article>

   <article id="item2">

    //conteúdo
  </article>

   <article id="item3">

    //conteúdo
  </article>
</section>

What I need to do in pure javascript so that each time I scroll up the scrollbar, it hides an item from the item1.

Grateful to those who help.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.