I'm implementing an app demo that after a prompt (where it calls back to the server) displays an HTML5 banner at the top of the screen. However, I can't figure out how I can animate the HTML5 banner to transition vertically onto the screen from the top.
The type of transition animation I'm talking about is here http://www.youtube.com/watch?v=xCkg3llsxZI&t=0m8s - although the animation I need is a simple vertical transition without the 3D effect that native iOS push notifications have.
Thanks for any help!