This plugin is helpful for integrating slider with no trouble to template by inserting short code to the template or to the post or pages.
seen from China
seen from Italy
seen from Trinidad & Tobago
seen from United States

seen from Australia
seen from United States
seen from Canada
seen from Australia
seen from China

seen from Türkiye

seen from United Kingdom

seen from Germany
seen from China

seen from United States
seen from United States
seen from China

seen from United States
seen from United States
seen from United States
seen from China
This plugin is helpful for integrating slider with no trouble to template by inserting short code to the template or to the post or pages.
This plugin permits you to try to make an impression through the projects screenshot, images in very exclusive way.
FLIP - Portfolio & Blog Theme
Author
Sold : 22 Author : BoxyStudio Link : Preview | Download
New Post has been published on Html Use
New Post has been published on http://www.htmluse.com/rocket-page-flip/
Rocket Page Flip
Download Demo
Rocket Page Flip is jQuery plugin for page turning effect. Page flip slider for modern browser. Old browsers will just show/hide pages. Flip is done via CSS 3D tranformations with shadow on pages while flipping.
1. INCLUDE CSS AND JS FILES
<link rel="stylesheet" href="css/pageflip.css"> <script src="//code.jquery.com/jquery-1.11.0.min.js"></script> <script src="js/pageflip.js"></script>
2. HTML
<div class="pageflip"> <div class="page page-current" style="background: #209657 url('img/1.jpg') no-repeat center center"> </div> <div class="page" style="background: #0387A5 url('img/2.jpg') no-repeat center center"> </div> <div class="page" style="background: #A5C8CB url('img/3.jpg') no-repeat center center"> </div> <div class="page" style="background: #0B0B0B url('img/4.jpg') no-repeat center center"> </div> <div class="page" style="background: #82BDC4 url('img/5.jpg') no-repeat center center"> </div> </div>
3. JAVASCRIPT
var pageflip = new RocketPageFlip('.pageflip', current: 0 );
4. OPTIONS
defaultOptions = current: 0, // page to display navigation: true, // show pagination directionalNav: true, // show navigation btns prevText: 'prev', // text for prev button nextText: 'next' // text for next button ;