What is fullPage.Js?
fullPage.js is use library to create fullscreen scrolling websites (also known as single page websites or one page sites). It allows the creation of fullscreen scrolling websites, as well as adding some landscape sliders inside the sections of the site
fullPage.js is fully functional on all modern browsers, as well as some old ones such as Internet Explorer 8, 9, Opera 12, etc. It works with browsers with CSS3 support and with the ones which don't have it, making it ideal for old browsers compatibility. It also provides touch support for mobile phones, tablets and touch screen computer
Bower Command
bower install fullpage.js
NPM Command
npm install fullpage.js
Example
<div id="fullpage">
<div class="section">Some section</div>
<div class="section">Some section</div>
<div class="section">Some section</div>
<div class="section">Some section</div>
</div>
Script for activate
$(document).ready(function() {
$('#fullpage').fullpage();
});
Video for Fullpage.js
https://www.youtube.com/watch?v=tTh-pz1Pii0