CSS and jQuery to fade an element's opacity on scroll
- Add
.fadeInBlock
and its associated properties to your stylesheet. - Add
class="fadeInBlock"
to the HTML element(s) you would like to fade in. - Add the contents of
fadeInOnScroll.js
to your scripts