Changing background-color while scrolling
(A demo for 'Add Class to Target-Element when Trigger-Element is Scrolled into View')

By Beverley Hooton

No plugins or jQuery

The End

[Reduced] Add Class to Target-Element when Trigger-Element is Scrolled into View

This page demos a JavaScript function that adds a class (or multiple classes) to a target-element when a trigger-element scrolls to an arbitrary distance from the top of the viewport. The trigger-element can be the same as the target-element, or something else entirely, and the distance can be defined as a positive or negative integer, in % or px, meaning "top" is relative; 100% from top is actually the bottom of the viewport, making this a handy script for simple "element entrance" (just in view) logic.

Works in modern browsers and IE9+ (no CSS fade transitions in IE9).

Please view the source of this page for HTML markup, CSS and JS.

Related

More demos and snippets

Did you find this useful? There are more demos and code snippets this way.