Recommend a CSS filter commonly used filters properties and sentence Encyclopedia _ Basic Tutorial
Source: Internet
Author: User
Filter properties and sentence Encyclopedia of the filter used in CSS
Grammar: style= "Filter:filtername (Fparameter1, fparameter2 ...)"
(FilterName is the name of the filter, Fparameter1, Fparameter2, etc. are parameters of the filter)
Filter Description:
Alpha: Setting the transparency level
Blur: Create a high speed move effect, i.e. blur effect
Chroma: Make special color transparent
DropShadow: Creating a fixed shadow of an object
FLIPH: Create a horizontal mirrored picture
FLIPV: Create a vertical mirrored picture
Glow: Gaguang on the edge of nearby objects
Gray: Grayscale the picture
Invert: Anti-color
Light: Creating a light source on an object
Mask: Create a transparent mask on an object
Shadow: Create Offset fixed Shadow
Wave: Ripple Effect
Xray: Make an object appear to be X-rays
1. Filters: Alpha
Grammar: style= "Filter:alpha" (Opacity=opacity, Finishopacity=finishopacity,style=style, Startx=startx,starty=starty, Finishx=finishx,finishy=finishy) "
Description
Opacity: Starting value, the value is 0~100, 0 is transparent, 100 is the original.
Finishopacity: Target value.
Style:1 or 2 or 3
STARTX: Any value
Starty: Any value
Example: Filter:alpha (opacity= "0", finishopacity= "a", style= "2")
2, Filter: Blur
Syntax: style= "filter:blur (add = Add, Direction = Direction, strength = strength)"
Description
ADD: generally 1, or 0.
Direction: Angle, 0~315度, step is 45 degrees.
Strength: The effect of the growth of the value, generally 5 can be.
Example: Filter:blur (add= "1", direction= "", strength= "5")
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.