I am developing an app with phonegap and jquery mobile. I have a screen similar to the uber map screen. Uber has a foot panel on the map screen which, when you touch it and go up, the panel goes up. What is it called or how could I do that effect?
I am developing an app with phonegap and jquery mobile. I have a screen similar to the uber map screen. Uber has a foot panel on the map screen which, when you touch it and go up, the panel goes up. What is it called or how could I do that effect?
Hi Wilmer, what you mention can be done with bootstrap . You only have to acquire the library (which is free) and use the html classes to create the effects, it is a very complete library, it will be useful for this.
Apart from the code I leave you a link that will help you to use this library. http://www.w3schools.com/bootstrap/bootstrap_dropdowns.asp
Your code would be something like:
If you want the code in jquery I leave it here below:
Detailed explanation: http://www.w3schools.com/jquery/eff_slideup.asp