> On May 7, 2016, at 11:49 AM, Karl DeSaulniers <k...@designdrumm.com> wrote:
> 
> Microsoft filter blur angle

LOL - from the MS page:
https://msdn.microsoft.com/en-us/library/ms532979(v=vs.85).aspx

> This topic documents a feature of Visual Filters and Transitions, which is 
> deprecated as of Windows Internet Explorer 9
-

> On May 7, 2016, at 8:45 AM, Crest Christopher <crestchristop...@gmail.com> 
> wrote:
> 
> Looking for a way to control the blur direction as in the filter:blur 
> property ? By default the blur filter applies and even blur, if I could 
> extract the blur from filter in the form of a css property I could use skew 
> to do the direction ?

A decent search engine would bring you the relevant MDN and the inevitable 
CSS-tricks articles near the top.
Anyway, the purely CSS filter ( E { filter: blur() }  ) only accepts one 
parameter.
You could try using the SVG filter which accepts 2 parameters (browser support 
is more limited, check caniuse.com). Don’t know what the result would be 
though, I’ve never used it so far.

see:
https://drafts.fxtf.org/filters/#blurEquivalent

Philippe
--
Philippe Wittenbergh
http://l-c-n.com/





______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to