I need assistance with animating an HTML5 banner to transition vertically onto the screen in my app demo. After a prompt that triggers a server callback, the banner should smoothly move down from the top of the screen. The animation I am aiming for is similar to the one shown in this video (http://www.youtube.com/watch?v=xCkg3llsxZI&t=0m8s), but without the 3D effect present in native iOS push notifications.
If anyone has any tips or suggestions on how to achieve this type of vertical transition, I would greatly appreciate it!