jQuery easing with ember

I was just wondering how this would be done. I haven’t been able to find any examples. I want something like what is on leidos[dot]com. When the arrow at the bottom is clicked, the first view slides up to show the bottom view–and vice versa.

Also what about smooth scrolling? Plasmiq (listed on the ember site) has something sort of like that but it jumps to that section instead of scrolling to it.

And what do you guys recommend I use to host a web app for a class project–something like a blog/portfolio/etc? I searched around and found heroku, appfog, and pagoda box…

Thanks (note: hope this is the right category to put this in…)

Is CSS3 an option? This could easily be achieved with CSS3 transitions. If that isn’t an option, then I recommend you watch http://www.youtube.com/watch?feature=player_detailpage&v=ysduY0ocUoA#t=708s which shows how to implement jQuery plugins into your views without breaking MVC conventions.

Jason