eschao / android-PageFlip

3D Style Page Flip on Android
Apache License 2.0
1.74k stars 262 forks source link

How to add text animation in Canvas? #47

Closed nikunjparadva closed 5 years ago

nikunjparadva commented 5 years ago

How to add number fade in animation . ? with thi Library

I am really stuck with this issue

Your help would be appreciated.

eschao commented 5 years ago

what do you mean number fade? the fade animation along with page turning animation?

nikunjparadva commented 5 years ago

yes number fade . after page open

eschao commented 5 years ago

Sorry, I don't have idea about it and PageFlip currently can't support it. The very initial solution that I can think of is adding the number as a separate image and pass it to OpenGL as a texture, when flipping, you need to modify PageFlip codes to support drawing number texture image in fading mode by using OpenGL functions. It's a little bit complex.

nikunjparadva commented 5 years ago

okay thank you , If something you can found then let me know