I have a div with "display:none" taking up 25% of the page. When a button on the page is clicked the div becomes visible and shows a menu to the user. I want to animate the div to appear as if the page is sliding to the right and the menu is behind it, like the menu on the facebook IOS app can this be done with css and javascript?