ef-motionblur
<ef-motionblur> applies motion blur to its child.
<ef-motionblur> applies motion blur to its child.
Attributes
| Attribute | React prop | Type | Default | Description |
|---|---|---|---|---|
amount | amount | number | 0 | Explicit blur amount in pixels. |
angle | angle | number | 0 | Explicit blur direction in degrees. |
fps | fps | number | 30 | Frame rate used to convert {@link shutterAngle} into a shutter duration. |
sensitivity | sensitivity | number | 1 | Multiplier applied to detected motion before computing blur amount. |
shutter-angle | shutterAngle | number | 180 | Simulated camera shutter angle in degrees — controls blur strength when auto-sampling (default 180). |
threshold | threshold | number | 0.5 | Minimum motion magnitude (px/degrees) before any blur is applied. |