How to implement realistic page curl effect (bending) instead of rotateY flip? #212
Vivekbhatt02
started this conversation in
General
Replies: 1 comment
-
|
Converted this to a discussion as it isn’t really actionable for maintainers. It is more of a general discussion about achieving this effect than implementing it directly into TS-Toolkit – which is unlikely –, or requesting fixes and features to implement it more easily. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm building an ebook reader using Readium and implementing custom page transitions on top of the rendered content.
Current approach
Problem
This results in a rigid "card flip" effect. The page looks flat and does not bend like real paper.
Goal
I’m trying to achieve a more realistic page turn with:
Question
Is this kind of page curl effect achievable within Readium's rendering pipeline?
Or is the recommended approach to:
Any guidance, examples, or references would be very helpful.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions