Nulled Page Flip free download

Page Flip-[Clean-Nulled].zip

Page Flip is jQuery/App Framework plugin to give Flipboard app like effect. Flip effect uses css 3d transform.

This plugin is made to be very easy to use. With only a few lines of code you can have a flipping animation between your views, this looks and acts very much like the Flipboard application.

The following structure will allow to add custom content in a wrapper

<div id="flip-page">
    <div>
        <!-- custom content -->
    </div>
    <div>
        <!-- ... -->
    </div>
    <div>
        <!-- ... -->
    </div>
    <div>
        <!-- ... -->
    </div>
    <!-- ... -->
</div>

The plugin can be called like this:

var flip = new Flip();
flip.setup({
    elements: $('#flip-page > div'),
    pageIndex: 1,
    //callback before the flip transition
    onStart: function (pageIndex) {
    },
    //callback after the flip transition
    onFinish: function (pageIndex) {
    },
    onClick: function (e) {
        console.log("x: " + e.x + " - y: " + e.y);
    }
});

Options

speed: 400, //speed for the flip transition in ms, default 400ms
nextEl: '', //if we want to specify a selector that triggers the next() function.
prevEl: '', //if we want to specify a selector that triggers the prev() function.
pageIndex: 3, //set active page, default 1

The following public methods are available to use

flip.next();
flip.prev();
flip.currentPage();

Full Live Demo

Mercifully Note: We refresh new substance like WordPress Themes,
Plugins, PHP Scripts ordinary. In any case, recall that you
ought to never utilize this things in a business site.
Every one of the substance posted here for advancement
and testing reason as it were. We’re not in charge of
any harm, use at your own particular RISK! We highly recommend to buy Page Flip from the The Developer ( phpwapp ) website. Thank you.

Free Download

Downloads

You May Also Like

Ads Blocker Image Powered by Code Help Pro

Ads Blocker Detected!!!

We have detected that you are using extensions to block ads. Please support us by disabling these ads blocker.