div-blur
Gaussian image blur.
Parameters
Parameters | Description |
---|---|
radius |
int Required parameter. Blur radius. Defines how many pixels blend into each other. Specified in: Restriction for the value |
type |
string Required parameter. The value must always be |
JSON
{
type*: "blur",
radius*: "int"
}