Advertisement
Guest User

Untitled

a guest
Apr 24th, 2017
539
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. +------------------+
  2. | |
  3. | Div |
  4. +------------------+
  5. | | |
  6. | section | section|
  7. +---------|--------+
  8.  
  9. function onScroll(e){
  10. if(scollMarginToTop > marginTop_of_box1){
  11. e.preventDefault();
  12. if(marginTop_of_box1 < height_of_box1)
  13. marginTop_of_box1 - scrolledPixels (only if scrolled down otherwise + scrolledPixels)
  14. else
  15. start scrolling of box 2
  16. }
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement