Questions tagged [page-curl]

page-curl refers to the effect of flipping through digital documents

page-curl refers to the effect of flipping through the pages of a digital document as if it were a physical document. The benefit of having a flip page document is that it affords the user experience of reading an actual copy of a physical document or magazine.

170 questions
2
votes
1 answer

How to curl the page like iBook with fingure movement n iOS?

Hello friends i want my page to be curl just as they do in iBook page also page should turn according to fingure movement. please help thanks in advance..
2
votes
1 answer

UIPageViewController hard cover as well as page curl animation

I'm trying to give animation like hardcover page turn effect for first and last page and simple page curl (default for UIPageViewController) to give an album type touch. Can anyone help me to do this using UIPageViewController? I need to display…
iCoder
  • 1,298
  • 1
  • 9
  • 25
2
votes
0 answers

TextureView solves flickering?

I have a problem with GLSurfaceView subclass of SurfaceView as described here I´m using SlidingMenu so when my CurlView that extends of GLSurfaceView is moved appears a flickering effect as describes this video. How can i solve it?
Rendrum
  • 264
  • 2
  • 7
1
vote
2 answers

initWithBarButtonSystemItem:UIBarButtonSystemItemPageCurl not working

I am creating a barbutton item and adding it to my navigation controller toolbar UIBarButtonItem *barButtonItem = [[[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemPageCurl target:self action:@selector(pageCurlAction:)]…
Jean Paul
  • 2,389
  • 5
  • 27
  • 37
1
vote
0 answers

PDF reader with page curling effect and zoom function

I want to make a PDF reader with page curling effect AND zooming. I searched a lot and found this Zoom support while page curling effect present in pdf reader app solution for an pdf reader with a page curling effect and zoom function. But how do I…
1
vote
1 answer

How to implement page curl with the new iOS 5 Newsstand sdk in Monotouch?

Apple finally released the api for their PageCurl transition effect in iOS 5.0 SDK: http://developer.apple.com/library/ios/#documentation/UIKit/Reference/UIPageViewControllerClassReferenceClassRef/UIPageViewControllerClassReference.html I want to do…
Emanuele Sabetta
  • 1,571
  • 12
  • 34
1
vote
0 answers

I want flutter page curl effect using PageView.builder,

other animation packages for curl effect doesn't work fine after adding more images. I used How to create page curl effect this one but it fluctuates when we are adding more images to it. I want to use Transform widget inside PageView.builder to…
Uzair Ahmed
  • 53
  • 1
  • 5
1
vote
1 answer

page curl effect to transit between classes in iphone

i am working with page curling effect .on click of a button i was able to transit the page(i.e between the UIViews).the following code depicts the same UIView beginAnimations:nil context:NULL]; [UIView setAnimationDuration:1.5]; if…
sujay
  • 1,845
  • 9
  • 34
  • 55
1
vote
2 answers

Built in pagecurl animation in android like iphone?

i want to know is there any source code available for page curl animation in android?
vnshetty
  • 20,051
  • 23
  • 64
  • 102
1
vote
1 answer

adjust the partial curl effect

Is there a way to control the effect of the partial curl effect when presenting a modal viewcontroller? In the maps application the partial curl doesn't go as high as when I use it in my application. Basically I just want to mimic the page curl like…
Sam Hitz
  • 65
  • 8
1
vote
1 answer

Getting a page curl effect with Unity / Flutter, doable?

I've got an application built in flutter where we have a page transition that currently just sticks to pretty out of the box stack/slide. We're trying to create a page curl effect similar to https://www.youtube.com/watch?v=e1znh05-iXY on the…
lionysis
  • 237
  • 2
  • 4
  • 15
1
vote
0 answers

how to add Page curl effect for pdf/images/layout in Android?

checked the entire https://android-arsenal.com website but no proper library support available that works right now. if anyone has anything related to that I can follow and achieve this effect? page curl effect example :…
Ozone Loop
  • 31
  • 5
1
vote
2 answers

Page curl effect with CSS

I just need a little help at page curl effect, everything works great when growing on hover, but when my mouse cursor is not on image, the gradient color shrinks nice, but the image goes immediately to small image, any ideas? So basically the bigger…
unforgiven
  • 145
  • 1
  • 2
  • 12
1
vote
0 answers

Page-curl animation by harism not working properly when a page turns backwards

I am developing an epub reader and I use page-curl by harism to get the page-curl animation. It works well for left to right side(When user reads forward) and loads the correct pages accordingly. But if I turn a page backwards, it's loading the…
chathura
  • 3,362
  • 6
  • 41
  • 68
1
vote
0 answers

Apply PageCurl animation in ViewPager with Fragments

I have a ViewPager with multiple fragments and I would like to add the PageCurl effect when a fragment is swiped. Like this GitHub RepoVideo. I've managed to do it using Bitmaps, but not with fragments. How can I implement such a thing with…
Ahmed Ashraf
  • 2,795
  • 16
  • 25