I have a single-page site with four sections:
<section id=“4”>
<section id=“3”>
<section id=“2”>
<section id=“1”>
And I want to change the order when I scroll-up (the scrolling is reverse and u can't scroll down). Something like this:
<section id=“1”>
<section id=“4”>
<section id=“3”>
<section id=“2”>
Can anyone give me a trick on how to do it?