webinista / TinkeringWithCSSFilterEffects

Toying with some basic CSS3 Filter Effects

Home Page:http://webinista.github.io/TinkeringWithCSSFilterEffects/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tinkering With CSS Filter Effects

A simple playground for CSS Filter Effects.

CSS Filter Effects are an emerging part of CSS that aims to bring basic, Instagram or Photoshop-like filters to CSS.

CSS Filter Effects, are not, however, restricted to images. You can apply them to nearly any DOM element.

This example only uses the filter effects functions. It does not allow you to change the filter-margin-top, filter-margin-bottom filter-margin-left, filter-margin-right or filter-margin properties. Nor does it allow you to use SVG filters or custom filters with the filter() function.

As of November 2014, CSS Filter Effects are [supported](http://caniuse.com/#search=css filter) without prefixes in Firefox 34+, and with a -webkit- vendor prefix in Chrome 18+, Safari 6+ and Opera 15+.

About

Toying with some basic CSS3 Filter Effects

http://webinista.github.io/TinkeringWithCSSFilterEffects/

License:MIT License


Languages

Language:JavaScript 41.9%Language:HTML 33.2%Language:CSS 24.9%