javascript - Stop on specific div until it is scrolled to its end. (CSS/JS) -
how stop overall site scrolling on specific div (which needs scrolling), hold on there until it's scrolled down , go on?
example: http://melaniedaveid.com/ (blocks about, work etc)
thanks
you have bind on "scroll" window event , make markup reflect animation when reaching scrolling positions.
the full answer question pretty big , kinda solution in itself.
look jquery , css properties "position" (esp. fixed seems matter), "scroll" (to control scrollbars appearance") , "overflow" (to controll scrollbox).
Comments
Post a Comment