🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

colorizer is a super simple jQuery plugin that adds a smooth background-color transition effect to a specific container when the user scrolls down the webpage.

background color background-color color-transition

Documentation

jquery-colorizer

Jquery plugin to change element color on scroll

##Initialization: $('.element').colorizer();

##Options:

  • colors - 2d array of RGB's where first is starting and second is final colors (default: [[0, 0, 0], [225, 225, 225]])
  • cssrule - rule we will change (default: 'background-color')
  • step - speed of change, lesser is faster (10 by default)

You May Also Like