Questions tagged [turnjs]

Turn.js is a jQuery plug-in that provides a page turning effect using HTML5

turn.js is a plugin for jQuery that adds a beautiful transition similar to real pages in a book or magazine for HTML5. It is written by Emmanuel Garcia and licensed under the MIT License.

More Information

Homepage of turn.js

Documentation of turn.js

96 questions
2
votes
1 answer

how to only show back button after the first slide in flipbook

Functionality: Have created a slide show with a flipbook effect and made use of the following plugin: Turn.js, to achieve the flip effect. Secondly, I have edited and added in the left and right button, to allow the users to click the button and so…
Luke
  • 982
  • 1
  • 7
  • 27
2
votes
2 answers

turnjs4 flipping page disables my scripts

I'm building a website that looks like a book using Turn.js. Each page is a .php file that utilizes javascript for page-turning effects. Initially, all of my scripts work just fine. There are two pages in particular that are causing me problems…
Frederik Petersen
  • 1,025
  • 3
  • 16
  • 30
2
votes
0 answers

angularJS bindings getting destroyed for image using turn.js

I'm trying to make an image-book using turn.js and angular.js i want to set height & width of image dynamically according to device(mobile / PC) height & width.. Somehow i am able get height & width of the device But i cannot set using angular bind…
2
votes
1 answer

How to get an image to fit along side my JavaScript application?

I need some help getting this running the way I want to, I'm very new to JavaScript and webdev in general. I want to get an image to display next to my javascript application that was written with Turn.js. Here is my HTML code which I believe is…
cmcas
  • 25
  • 5
2
votes
0 answers

Turn.js messing with the image quality on my Canvas

I'm currently loading a PDF File through PDF.JS and turning the generated canvas into a Turn.js flipbooks my pages are generated like this. pdf.getPage(1).then(function(page) { var scale = 1; var viewport =…
Jonathan DS
  • 2,050
  • 5
  • 25
  • 48
2
votes
0 answers

Issue in turn.js page box-shadow and left-margin alignment

I am facing problem in page flip turn.js I set the box-shadow for both odd and even page, but odd pages box shadow is display at first execution. At the time of second time page flip box shadow is not visible. For even page not visible at any…
R D
  • 1,330
  • 13
  • 30
2
votes
1 answer

Periodic refresh of a book's dynamic pages using turn.js

I have created an example of dynamically generated content to be viewed using turn.js using the sample provided here. This is the part of the code that I have so far: