CSS3 Filter-Blur blur filter

Source: Internet
Author: User
<! DOCTYPE html>
<meta charset= "UTF-8" >
<title> Blur Filter </title>
<style type= "Text/css" >
. div2{


}
</style>
<body>
<ul> its related parameters include:
<li>1.enabled: Set whether the filter is activated </li>
<li>2.add: Specifies whether the picture is adapted to a blur effect, the Boolean value, and the default is true, which indicates that the blur effect is applied </li>
<li>3.direction: Set the fuzzy direction, in accordance with the clockwise direction, the value range of 0-360 degrees, 45 degrees for an interval, a total of 8 directional values,</li>
<li>4.strength: Specifies the size of the blur radius in pixels, the default value is 5, and the range of values is the natural number. </li>
</ul>
<ul> Related examples:
Original diagram:
Add=true:
Add=false:
</ul>
<div class= "Div2" >
<p style= "Font-size:20px;color:blue;
-webkit-filter:blur (2px);
-moz-filter:blur (2px);
-o-filter:blur (2px);
-ms-filter:blur (2px); Filter:blur (2px); " >blur Filters </p>
</div>
</body>

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.