The Horizontal blur effect applies a blur in the horizontal direction only. This creates a motion-like blur effect that stretches pixels horizontally while preserving vertical details.
This effect is often used to:
- Create motion streaks or speed effects
- Simulate camera movement
- Act as the first pass of a two-pass blur setup
- Create stylistic directional blur effects
Controllers
| Name | Type | Description | Range |
|---|---|---|---|
| Amount | Number | Controls the intensity of the blur effect | 0-100 |
Did you know?
For a complete blur effect, you can combine a Horizontal blur with a Vertical blur, or use the more efficient Two pass blur effect.