CSS Filter-Blur filter-blur and css Blur

Source: Internet
Author: User

CSS Filter-Blur filter-blur and css Blur
CSS Filter-Blur

The Blur filter is similar to the motion Blur in ps.

Syntax:

{FILTER: blur (add = add, direction = direction, strength = strength )}

The "ADD" parameter is a Boolean value that determines "TRUE (default)" or "FALSE ". It specifies whether the image is changed to the fuzzy effect of the image. The Blur effect is performed clockwise,

The "ction" parameter is used to set the fuzzy DIRECTION. Where 0 degrees indicates vertical up, and then every 45 degrees is a unit. The default value is 270 degrees to the left.

The "STRENGTH" value can only be specified by an integer. It indicates how many pixels of width will be blurred. The default value is 5.

Instance:

<Html>
<Head>
<Title> blur effect display: </title>
<Style type = "text/Css">
. A1 {filter: blur (add = ture, direction = 135, strength = 10); height: 450; font-size: 72; color: blue; font-weight: bold} // direction 135 affects width 10
. A2 {filter: blur (add = ture, direction = 45, strength = 10); height: 450; font-size: 72; color: blue; font-weight: bold} // direction 45 affects width 10
. A3 {filter: blur (add = ture, direction = 135, strength = 20); height: 450; font-size: 72; color: blue; font-weight: bold} // direction 135 affects width 20
</Style>
</Head>
<Body>

<br>


</Body>
</Html>


Css blur fuzzy Filter Example:
Div {width: 200px; filter: blur (strength = 50) flipv ();}
Img {filter: invert ();}
Do you understand what is wrong?
CSS fuzzy Filter

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.