jQuery .animate to bottom of view port?

jQuery .animate to bottom of view port?

Hi All.
I want to animate a div on my page from the middle of the view port, to the bottom of the view port that the user can see on the screen. What I mean is that, no matter what size the window is, the div would start in the center (vertically) of the screen, and when clicked, would animate to the bottom of the view, without making a scroll bar.

I have the div animated, but I'm unsure on how to get it to react to the user's view (window size).

Any help please?

Daniel.