Android Question Programatically animate page turn in PageTurnView?

Beja

Expert
Licensed User
Longtime User
Hello friends,
Is it possible to animate the page turn in code?
Now the animation (curl) is taking place only when user swipes across the page by her finger, but
in code, the statement below can be used to set the current page
PageTurner.CurrentPage=(current_page_plus_one)
but no animation. the new page pops up immediately.

best,
Beja
 
Top