blasten / turn.js

The page flip effect for HTML5

Home Page:www.turnjs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question: Page with open text?

kenanhodzic opened this issue · comments

How come author's demo have selectable text? Is it html or PDF? How to get that feature? Thanks.

I have the same question. is it html? @iwege @idlesysop @blasten @kenanhodzic . how to use? thanks.

@wsygdiv @kenanhodzic that is correct, it is html. If you look in the demos folder, you can see examples of how to use it. Keep in mind that this repo hasn't been actively maintained. So, you may have some issues with the latest version of dependencies.

Sorry, I may not have made it clear. I mean the content of the pages can be html ? the demos show content is Image format . Can the demo use the html in pages , not image . Thanks ! @idlesysop

@wsygdiv, yes, content can be html.

@tridnguyen do you have the demo for html fomat ? I don't know how to use it from Existing demo . thanks very much .

@wsygdiv the demos in the demo folder have examples for you. Each div inside the div with the "magazine" ID is a page. You just need to place your html inside those child divs:

<div id="magazine">
  <div>Your html goes here for page one</div>
  <div>Your html goes here for page two</div>
</div>

@tridnguyen thank you for your anwser . then, can it perform automatic paging ? if I upload full book of html fomat , how to paging the book ?