I need to implement this effect which you can see here
This is my current implementation:
Basically as user scrolls down, the div goes up almost to the top where it stops, then as user scrolls down almost close but not yet at the bottom of page the same div now goes up and dissappears.
I do not know what this effect could be called so I can't google for it.
How would I implement something like this, is css enough or would javascript need to be involved?
Are there any examples on the net of this that are easy to follow that you have links to?