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?

link|improve this question

69% accept rate
Modified the question. Can this be achieved using single webview? because in "Sample two" it can be done by using three webview views. – Shri Nov 15 '11 at 17:43
feedback

2 Answers

Take a look at the Monocle JS library

It's free and has some transitions for page flipping.

link|improve this answer
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)?

link|improve this answer
Either the view should be animated or if possible the webview itself. I am not sure if animating the webView is possible or not. – Shri Nov 16 '11 at 10:56
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.