Filters

Filters is a jQuery plugin that allows to filter items using custom animation.

The images in the demo are by LINUZ90 and they are licensed under the Attribution-ShareAlike 2.0 Generic (CC BY-SA 2.0) License.

$('.filters').filters({
	css3: {
		transform: {
			scale: '0',
			rotate: '-90deg',
			skew: '45deg'
		}
	}
});