All Projects → madureira → pageflip

madureira / pageflip

Licence: MIT License
📖 A simple CSS3/JS page flip

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to pageflip

atomize
A library of atomic CSS classes.
Stars: ✭ 51 (+142.86%)
Mutual labels:  css3
unitscss
UNITS is a simple and beautiful CSS component set.
Stars: ✭ 13 (-38.1%)
Mutual labels:  css3
Self-Driving-Car
Lane Detection for Self Driving Car
Stars: ✭ 14 (-33.33%)
Mutual labels:  css3
norman-portfolio
Norman Nuthu's Portfolio
Stars: ✭ 16 (-23.81%)
Mutual labels:  css3
Awesome-JavaScript-Projects
This Repository contain awesome vanilla JavaScript projects.
Stars: ✭ 968 (+4509.52%)
Mutual labels:  css3
generator-zyy-h5
A lovely H5 template
Stars: ✭ 23 (+9.52%)
Mutual labels:  css3
react-awesome-loaders
🚀 High quality, super responsive and completely customisable Loading Animations to insert into your website with single line of code.
Stars: ✭ 146 (+595.24%)
Mutual labels:  css3
flexbin
Pure CSS, flexible and gapless image gallery layout like Google Images and 500px.com
Stars: ✭ 93 (+342.86%)
Mutual labels:  css3
kironroy.github.io
Portfolio
Stars: ✭ 14 (-33.33%)
Mutual labels:  css3
moveit
Move.it is a project that combines the pomodoro (🍅 ) technique with some challenges (⚔️ ) for the well-being (🥰 ) of those who spend many hours (⏳ ) using the computer 🖥
Stars: ✭ 12 (-42.86%)
Mutual labels:  css3
Nova-Dark-Theme
A dark theme for Laravel Nova
Stars: ✭ 72 (+242.86%)
Mutual labels:  css3
bootstrap4-boilerplate
A Bootstrap v4.4.1 boiler plate with sass, concatenation, minification, autoprefixer, Browsersync, hot reloading and sourcemaps all runned by Gulp
Stars: ✭ 19 (-9.52%)
Mutual labels:  css3
Swastika-IO-Admin
✔ [ SIOA ] Swastika I/O Admin dashboard template based on Bootstrap 4
Stars: ✭ 18 (-14.29%)
Mutual labels:  css3
currency-exchange
Currency Exchange | powered by Angular 10, TypeScript, ES6+ features, SCSS, JavaScript, PWA
Stars: ✭ 13 (-38.1%)
Mutual labels:  css3
Front-end-tutorial
🐼 最全的资源教程-前端涉及的所有知识体系,并在 Nice Front-end Tutorial 持续更新;
Stars: ✭ 1,655 (+7780.95%)
Mutual labels:  css3
css3 Carousel-figure
css3之3D轮播图
Stars: ✭ 18 (-14.29%)
Mutual labels:  css3
all-about-reactJS
I'll be working on 20 different ReactJS projects over the course of 60 days and try to create mobile-first, light and dark themed apps out of them.
Stars: ✭ 15 (-28.57%)
Mutual labels:  css3
cefet-web
Aulas da disciplina de Programação Web no CEFET/MG
Stars: ✭ 12 (-42.86%)
Mutual labels:  css3
anniew.xyz
My Personal Website / Portfolio
Stars: ✭ 41 (+95.24%)
Mutual labels:  css3
ChRIS store ui
UI for the ChRIS Store
Stars: ✭ 47 (+123.81%)
Mutual labels:  css3

pageflip

This is a CSS3 and JavaScript library that creates a digital magazine using all the advantages of HTML5.

Live Demo

How to use

You just need to include the css:

<link rel='stylesheet' href='page-flip.css'>

Also include the javascript file:

<script src="page-flip.js"></script>

Then init your pageflip, providing the main element (where you want to put the pageflip) and the pages url.

<script>
  new Pageflip('#myDiv', [
    '/page_001.jpg',
    '/page_002.jpg',
    '/page_003.jpg',
    '/page_004.jpg',
    '/page_005.jpg',
    '/page_006.jpg'
  ]);
</script>

IMPORTANT:

You need to provide an even number of pages!

For while, the pageflip only accepts images that is: 769x1200 pixels!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].