Git Product home page Git Product logo

flippage's Introduction

FlipPage: Tournez les pages sur votre iPad !
============================================

FlipPage est un plugin jQuery créant l'illusion de tourner les pages d'un livre.
Développé à l'origine pour une présentation sur tablette tactile, il peut aussi trouver sa place dans une application de livre électronique par exemple.

Ce plugin a été développé en  HTML5/CSS3 afin d'utiliser la puissance graphique hardware et de créer ainsi une animation plus fluide.

Vous trouverez des exemples d'utilisation ci-après, et n'hésitez pas à me laisser vos impressions et vos suggestions ;)

Navigateurs normalement compatibles
-----------------------------------
iPhone/iPad/iPod Touch - Android - Firefox 3.6+ - Chrome - IE 9 (sans animation) - IE10 

Navigateurs testés
------------------
iPhone 3G / iPhone 3GS / iPad 1 / iPad 2 - Android - Firefox 6 - Firefox 7 Beta - Safari - IE9 - IE10

Licence
-------
LGPL v3

Version actuelle
----------------
v0.6.2

Changelog
---------
- v0.6.2 - 20/11/2012: Correction de Bug sous jQuery 1.8
- v0.6.1 - 12/11/2012: Correction de Bug sous IE10
- v0.6.0 - 19/09/2012: Ajout des trigger 'next' et 'previous' pour changer les pages en mode programmation.
- v0.5.1: Ajout d'un délai pour éviter de changer la page lors d'un click involontaire
- v0.5.0: Import initial 

Demo
----
http://flippage.marcbuils.fr

Exemple d'utilisation
---------------------
```
<div id="exemple2">
    <div><h3>Page 1</h3></div>
    <div><h3>Page 2</h3>  <a href="#" onclick="alert('Pages are clickable !'); return false;">Test me</a> </div>
    <div><h3>Page 3</h3></div>
    <div><h3>Page 4</h3></div>
</div>

<script>
 $(document).ready(function(){
     $('#exemple2').flippage({
         width: 300,
         height: 150
     });
 });
</script>
```

flippage's People

Contributors

marcbuils avatar

Watchers

Şahap Fırat avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.