WhatsApp us

How to make flip book with turn.js library

  • Tech Area
  • Last updated on: January 8, 2026



In this tutorial, We will learn how to create flip book with html using turn.js library. Turn.js is a JavaScript library that will make your content look like a real book or magazine.

Below are the step by step process of how to create flip book using turn.js library.

Step 1: Download turn.js library

Click on below link to download turn.js library.

http://www.turnjs.com/

Step 2: Extract File

After successfully download, right click on the file and click extract all.

After successfully extract, you will find extras, lib and samples folder within turnjs4 folder.

Step 3: Copy File from magazine directory

In this step, copy all file from magazine folder which placed under samples folder and paste into turnjs4 folder.

Step 4: Edit index.php

<head>
<title>Using turn.js and the new zoom feature</title>
<meta name="viewport" content="width = 1050, user-scalable = no" />
<script type="text/javascript" src="extras/jquery.min.1.7.js"></script>
<script type="text/javascript" src="extras/modernizr.2.5.3.min.js"></script>
<script type="text/javascript" src="lib/hash.js"></script>
</head>

// The number of pages

pages: 12,   //Define the number of pages

yepnope({
	test : Modernizr.csstransforms,
	yep: ['lib/turn.js'],
	nope: ['/lib/turn.html4.min.js'],
	both: ['/lib/zoom.min.js', 'js/magazine.js', 'css/magazine.css'],
	complete: loadApp
});


Subscribe us via Email

Join 20,000+ subscriber

Subscribe on YouTube

PHP Projects
Matrimonial Portal Project in PHP & MySQL Last Updated: December 22, 2025
Event Management System Project in PHP & MySQL Last Updated: December 6, 2025
Online Shopping System Project in PHP MySQL Last Updated: November 26, 2025
Hostel management system project in PHP and MySQL Last Updated: February 14, 2024
Online Pizza Delivery project in PHP Last Updated: February 4, 2024
Parking Management System project in PHP Last Updated: November 5, 2023
Visitors Management System project in PHP Last Updated: August 28, 2023
SNIPE – IT Asset management system v6.1.0 Last Updated: April 21, 2023
Employee Management System project in PHP Last Updated: January 21, 2023