Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iphone web page transitions

I am developing a web page for iPhones and iPod Touch's. I am using the Universal iPhone UI framework. I need to have silding page transitions, but can't seem to get it working. Is there a good javascript framework I could use that would make this easier? I've done a lot of normal web dev with jquery, but it doesn't seem to like the iPhone.


1 Answers

Try http://code.google.com/p/iui/

It's a nice little JS framework, among other things, that will help you with the transition aspect. Have a flick through the documentation too, as it'll give you quite a few additional options as well.

like image 158
pauldunlop Avatar answered Oct 17 '25 03:10

pauldunlop