ICR
ICR

Reputation: 14162

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 effect?

Upvotes: 1

Views: 492

Answers (1)

Joe
Joe

Reputation: 3761

jQuery mobile is still in beta but it has neat mobile app features like this in pretty good working order.

http://jquerymobile.com/

Upvotes: 1

Related Questions