As we all know that philter is almost an easy way for all the main processes or the post-processes for their major content in the web. By using the Philter tool it is an easy way of writing for an attribute in the slide of HTML. It also supports the hover effects. As this is the nice effect and good effect for the grayscale transition as this one is created by the philter with the one of the simple attribute along it has the drop shadow.
Table of Contents
CSS filters supported:
- hue-rotate
- saturate
- sepia
- grayscale
- contrast
- invert
- opacity
- brightness
- drop-shadow
- svg
- color
- blur
How to use :
1. Add the jQuery library and the jQuery Philter plugin :
<script src="jquery-2.1.4.min.js"></script>
<script src="js/philter.min.js"></script>
2. Initialize the plugin script :
$.philter();
3. Add a CSS filter with a value on your element :
<div class="philter blur_5"></div>
4. Also support with applying on multiple CSS filters :
<div class="philter blur_5_hover_0 grayscale_100"></div>
5. Applied with custom SVG filter to the element :
<div class="philter svg_filter"></div>