Image Color Up Plugin with jQuery

File Size: 57.9 KB
Views Total: 2266
Last Update:
Publish Date:
Official Website: Go to website
License: MIT
   
Image Color Up Plugin with jQuery

A jQuery Image Color Up Plugin that allows you to add beautiful hover effects to your images. It comes with 5 animated effects: monochrome, sepia, negative, darkened or lightened.

How to use it:

1. Include jQuery Library and colorup_min.js

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript"></script>
<script src="colorup_min.js" type="text/javascript"></script>

2. Add the class name "colorup" to any image in your site

<img src="imgs/sample1.jpg" class="colorup" effect="mono" inverse="true"/>

This awesome jQuery plugin is developed by unknown. For more Advanced Usages, please check the demo page or visit the official website.