I have searched quite a bit(sample one, Sample two) but cant seem to get the correct answer. I have a webview on my XYZ view controller class. When i press on a button, it takes an URL from an array and re-loads the same webview. Now I need to do the flip book animation on it. Same webview should be reloaded. That is the webview should rotate around its own axis 180/360 degree while the loading of next url is going on. Is this possible?
feedback
|
|
Take a look at the Monocle JS library It's free and has some transitions for page flipping. | |||
|
feedback
|
|
I'm not sure what exactly you want to do. You want the view becomes animated at the time it is recharged to reveal the new page (in the same webview of course)? | |||
feedback
|