CSS3 Transitions Question

randled

New Member
I've seen some pretty cool designs out there. I've been wanting to use some of these ideas in some of my ventures. I've been learning a little about transitions and transforms and such.

What I would like to do is have the main page load with a div containing some a tags that will link to other divs (on another part of the page). When an a is clicked the main div will move up, off screen and then the respective div will move on screen.

I know how to make things, like the background or color change slowly, but I can't quite figure out how to make the div move up slowly. I know how to make the page jump down, but that effect is pretty cheap and basic.

Here is the page I'm working with

Any tips on CSS3 would be greatly appreciated. Thanks!
 
Top