book-like entry forms in UWP

Anas Tina 1 Reputation point
2020-02-19T00:54:02.947+00:00

Hi,

I need to create a book-like entry forms in UWP that supports flipping the pages of the book.

I searched the web and found the following:

https://www.codeproject.com/Articles/22352/Creating-a-3D-book-shaped-application-with-speech

Is there any other resource I can get benefits from, please?

Universal Windows Platform (UWP)
{count} votes

1 answer

Sort by: Most helpful
  1. Richard Zhang-MSFT 6,936 Reputation points
    2020-02-19T04:06:39.257+00:00

    Hello,​

    Welcome to our Microsoft Q&A platform!

    Currently in UWP, there are no controls to directly achieve this animation effect.

    If you want to achieve 3D page turning animation effect, you can try to achieve this effect with the help of Composition API.

    Although there is no ready-made animation code, here is a page flip animation effect for reference.

    Thanks.

    0 comments No comments