ef-motionblur

<ef-motionblur> applies motion blur to its child.

<ef-motionblur> applies motion blur to its child.

Attributes

AttributeReact propTypeDefaultDescription
amountamountnumber0Explicit blur amount in pixels.
angleanglenumber0Explicit blur direction in degrees.
fpsfpsnumber30Frame rate used to convert {@link shutterAngle} into a shutter duration.
sensitivitysensitivitynumber1Multiplier applied to detected motion before computing blur amount.
shutter-angleshutterAnglenumber180Simulated camera shutter angle in degrees — controls blur strength when auto-sampling (default 180).
thresholdthresholdnumber0.5Minimum motion magnitude (px/degrees) before any blur is applied.