admin管理员组

文章数量:1418103

    Views
A view is a set of pages that are visible on the screen; in general 
that moment depends on the current page.  For example, when the 
display of a flipbook of 10 pages is set to double, the pages would 
be grouped like this:
1
2-3
4-5
6-7
8-9
10

From the offical document, the first page is single page and display on the right hand side.Is it possible to change it to double page? Like:

1-2

2-3

4-5

5-6

6-7

....

Would any developer experience in turn.js can help me?

    Views
A view is a set of pages that are visible on the screen; in general 
that moment depends on the current page.  For example, when the 
display of a flipbook of 10 pages is set to double, the pages would 
be grouped like this:
1
2-3
4-5
6-7
8-9
10

From the offical document, the first page is single page and display on the right hand side.Is it possible to change it to double page? Like:

1-2

2-3

4-5

5-6

6-7

....

Would any developer experience in turn.js can help me?

Share Improve this question asked Dec 7, 2012 at 1:27 user782104user782104 13.6k60 gold badges178 silver badges315 bronze badges
Add a ment  | 

1 Answer 1

Reset to default 4

From the example fiddle they provide on How Turn.js Works I removed the 2nd div class="hard" which results in the title page followed by both page 1 and 2 visible. Here's that fiddle.

If you don't even want a title page you can open the book directly to pages 1 and 2 as seen in this fiddle.

Have a look at issues 138, 195, and 45 for more info.

本文标签: javascriptSet the first page is double page instead of single page in turnjsStack Overflow