Properties:
Name | Type | Default | Description |
---|---|---|---|
kernelSize |
number |
5
|
The kernelSize of the blur filter. Must be odd number >= 5 |
offset |
number |
0
|
The offset of the blur filter |
velocity |
PointData | number[] |
{x:0,y:0}
|
Sets the velocity of the motion for blur effect
This should be a size 2 array or an object containing |
Members
The kernelSize of the blur filter. Must be odd number >= 5
- Default Value:
- 5
The offset of the blur filter
- Default Value:
- 0
Sets the velocity of the motion for blur effect
This should be a size 2 array or an object containing x
and y
values, you cannot change types
once defined in the constructor
- Default Value:
- {x:0,y:0}