🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

A jQuery plugin that splits the content sections into several fullscreen pages so the visitors can navigate between them with a smooth sliding effect using CSS3 transitions.

page-slider

Documentation

Navigate.js

A very slim jquery plugin that allows native like page navigation in single page, hybrid mobile apps.

v1.0.0 is out! Hopefully it's best for deployment. Fingers crossed!

###Demo

Version

1.0.1

Installation

Just include the js and css

<script src="navigate.js"></script>
<link rel="stylesheet" type="text/css" href="navigate.css" />

###Usage

In HTML, define each page as 'page' class

<div class='page' id='page1'>             <h1>Page 1</h1>             <p onclick="navigateTo('#page2')">Go to Page 2</p>             <p onclick='navigateGoBack()'>Back</p>         </div>

License

MIT


You May Also Like