The Trail effect creates persistent afterimages that follow moving objects, creating a motion trail or echo effect.
How it works
Trail works by blending the current frame with previous frames, creating a fading trail behind moving objects. The effect stores and blends frames over time, with newer frames gradually replacing older ones based on the amount parameter.
This creates a persistent motion trail that’s particularly effective for fast-moving objects or camera movements.
Use cases
- Creating motion trails behind moving objects
- Adding visual emphasis to movement
Controllers
| Name | Type | Description | Range |
|---|---|---|---|
| Amount | Number | Controls the persistence of the trail | 0-1 |
Tip
Higher Amount values create longer-lasting trails. For subtle motion trails, use values around 0.3-0.5.