CSS-Filters-Polyfill
CSS-Filters-Polyfill copied to clipboard
This polyfill takes the official CSS filters syntax and translates it to the different equivalent techniques that the browsers know for those effects
Hi, this works great except from when using other hex values than with numbers. #000, #999 works but not #a640db. Or am I doing something wrong??
You have a few variables in your files that pollute the global namespace: `currentproperties, idx, key, mozFilter, msFilter, oFilter` and `webkitFilter` all show up in the global DOM list. Also,...
filter: blur(0.25em); doesn't work filter: blur(4px); works
Having an extra dependency wouldn’t make sense for people with one or two filters. Instead, it would be great if there could be an online generator where people could paste...
This is an awesome filter collection. My site is based on full screen images and I'd like to use blur filter in conjunction with modal. When I fire the modal...