Show Div when scroll position
问题 First of all i would like to refer to this website: http://annasafroncik.it/ I love the way the animations come into view. Is it hard to create a similar function in jquery? Are there any plugins to create such an effect? Hope someone will help me out. 回答1: Basically, you want to add a "hideme" class to every element you want hidden (then you set that class to "opacity:0"; Then, using jQuery you set a $(window).scroll() event to check the location of the bottom of every "hideme" element