Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialShane Singh
5,440 PointsFront end help?
Hello,
I have went through the basics or html and css. One of the example websites caught my attention: bellbros.com and I really want to know how the the scrolling feature on their homepage works. The basics on html and css here do not really help and was wondering how I can get more help on these front end features found on bellbros.com
Regards,
Shane
1 Answer
Ella Ruokokoski
20,881 PointsThey are using JavaScript (using jQuery library) for the scrolling effects. So they are using jQuery to detect when user is scrolling and then adding css styling to the elements based on when user is scrolling and what is the scroll position (on what part of the page the user is at vertically) and also when user stops scrolling.