Plugin Option: Trail
trail creates a trailing effect by retaining particle states for a number of frames.
Example
ts
trail: {
enable: true,
length: 20,
fill: { color: { value: "#ffffff" } },
}Notes
lengthcontrols trail persistence; higher values create longer trails.- The
filloption defines trail color and opacity.
