pageSwitch.js is a responsive, accessible jQuery carousel/slider plugin where the user has the ability to navigate between slides using mouse wheel and/or arrow keys.
<div id="container"><div class="sections"><div class="section" id="section0"><h3>this is the page0</h3></div><div class="section" id="section1"><h3>this is the page1</h3></div><div class="section" id="section2"><h3>this is the page2</h3></div><div class="section" id="section3"><h3>this is the page3</h3></div></div></div><script src="./jquery.min.js"></script><script src="../dist/pageSwitch.min.js"></script><script>$("#container").PageSwitch({ direction:'horizontal', easing:'ease-in', duration:1000, autoPlay:true, loop:'false' }); </script>