This is my requirement (Also see image http://i.stack.imgur.com/fZUWu.jpg for visual):
1) Say 4 sections:
div 01 div 02 div 03 div 04
2) My second div02 has an element which needs to translate, post the div02 reaches center of page. Scrolling stopped, just animation happening as user is scrolling. (position fixed i assume)
3) After translation is complete, the scrolling needs to continue, as usual, and all div's move up.
Any help, on how to get this done? I have been trying to shuttle between position relative to fixed at data-center, but not getting the feel.
Thanks!