Sliding from one screen to another in a webapp
I am writing a webapp that's designed to target both iPhone and android. The app has a main menu screen with a list of options the user can choose from. When they tap one of these options I would like the main menu to slide off the left and the screen for the selected option to slide in the right.
Does anyone know of any libraries (e.g. jQuery plugins) that would help achieve this e开发者_如何学运维ffect?
jQuery mobile is still in beta but it has neat mobile app features like this in pretty good working order.
http://jquerymobile.com/
精彩评论