Questions tagged [page-flipping]
39 questions
21
votes
3 answers
3D Flip Animation on android.support.v4.Fragment
I am currently reading this tutorial:
http://developer.android.com/training/animation/cardflip.html
on flip Animations of Fragments. Unfortunately, the object-animator is only available for android.app.Fragment, and not the support Fragment.
I…

Philipp Jahoda
- 50,880
- 24
- 180
- 187
15
votes
1 answer
Looking for Flipbook frameworks. Any alternatives to Turn.js?
I've been looking for some time now and can't find good alternatives to Turn.js. Turn.js seems fine, but I'd like to see some alternatives before spending the cash. If there is opensource alternatives that would be even better.
The main features I'm…

pedropeixoto
- 1,633
- 2
- 27
- 52
9
votes
2 answers
iphone : How to implement the page flip effect without curl?
I need to implement the page flip effect in an iOS app. But the the effect should not curl the page like it does with UIPageViewController and some other third party libraries that I have checked . The page should be a rigid one as its the page of a…

Bharat Jagtap
- 1,692
- 2
- 22
- 35
5
votes
1 answer
How to make page flip effect in WPF?
All the info i found about page fliping is just source code that i'm having trouble implementing to my code.
this tutorial
kinda explains the logic behind page fliping but the code is for windows form and not WPF.
i dunno how to approach it because…

eric.itzhak
- 15,752
- 26
- 89
- 142
5
votes
3 answers
Vertical flipping using turn.js
I am using turn.js in my application and would like to implement the vertical flipping similar to http://pageflip-books.com/documentation-configuration.php - VerticalMode
Can anyone let me know, how can I implement the vertical flipping in turn.js?

needhelpinphp
- 61
- 1
- 5
5
votes
1 answer
Objective c UIPageViewController remove shadow when flipping
Just a quick question, is it possible to remove the shadow of UIPageviewcontroller when flipping ? Ex: example of shadow
Thanks,

Grace
- 1,265
- 21
- 47
4
votes
2 answers
What does it mean by Page Flipping in computer graphics programming?
What does it mean by Page-Flipping?
Why do we need it in graphics programming?

user366312
- 16,949
- 65
- 235
- 452
3
votes
1 answer
Page flip App for Windows Store APP for Surface , Scroll view not working properly
We are developing a PageFlip application for our publication's electronic edition.
we have used some thing like this (this is not exact code)
…

Virappon
- 63
- 4
2
votes
0 answers
Implement Page Curl/ Turn effect on single layout
I know page curl is discussed a lot times before(like here, here , this). Am supposed to do a book like application where while turning the pages would give the feel of a real book page. I have a layout which holds a text view and on next and…

suja
- 1,198
- 2
- 12
- 32
2
votes
2 answers
Paper Flip Jquery & CSS
Is there a method to make Paper flipping using javascript, Jquery & || or CSS ?
I found this method but it's not free.
So is there a free way to do it ?

Sana Joseph
- 1,948
- 7
- 37
- 58
2
votes
1 answer
How to do Page Flip Effect in Sencha Touch?
I want to do page flip effect in sencha touch. There are no.of jquery plugins are available in web and these plugins having so much lines of code.it is bit hard to understand.
There is another issue i read from sencha forum (…

prudhvi
- 71
- 4
2
votes
1 answer
Display double pages using turn.js
I want to display two pages on a page load so it gives the impression the book is already opened.
If for example, I want to start the page display from page 2 & 3 I would use code like this:
$("#book").turn({page:2});
The above code works while…

user969275
- 284
- 6
- 25
2
votes
1 answer
Support for turn.js in older browsers
I'm using turn.js for a page-flip effect, and it doesn't seem to work very well on IE7/IE8 (load up the website in IE7 mode and you can see for yourself).
What's the best way to support old browsers, while keeping the cool page-flip on modern…

Luke Dennis
- 14,212
- 17
- 56
- 69
1
vote
1 answer
Calling External JS Link in PHP
I have 3 files for css, js, and php(which is more on html but i decided to put the php extension instead)
The project I'm trying to make is an interactive Menu that has a Page Flip action. I was able to find a reference in codepen. However, when I…

MisaChan
- 279
- 1
- 5
- 15
1
vote
0 answers
Flip Page animation in UWP
I am developing a UWP app for file reader in C#, and I use two UserControl include Image to render the file page bitmaps. Now when user horizontally swipe the either screen, I'd like the file will flip to previous or next two pages, I just update…

newszer
- 440
- 1
- 4
- 23