sharker5872
New Member
I'm trying to do something like this.http://www.mini.jp/event_campaign/big-point/What I can't figure out is how to make the animation happen based on the scroll when the scroll hits a specific position. I have similar blocks of content that I only want to animate parts of it based on the scroll and when the block is within the browsers view area when scrolling.I understand using the scroll event to get the scrollTop position I'm more concerned with how everything else would work.\[code\]$(window).bind('scroll',function(e){ var scrolledY = $(window).scrollTop();});\[/code\]Anyone can help explain some of this.Thanks