Question
Smooth my wiggle!
Hey all!
I am wiggling a Null position as an emitter for Particular. However, the resulting wiggle is pretty jaggy.
I found Dan's smoothing function:
temp = thisComp.layer("Null 11").transform.position.smooth(1);
[temp[0], temp[1]]
But it only make my streaks smaller, not smoother. They are just as angular as before.
I am wiggling a Null position as an emitter for Particular. However, the resulting wiggle is pretty jaggy.
I found Dan's smoothing function:
temp = thisComp.layer("Null 11").transform.position.smooth(1);
[temp[0], temp[1]]
But it only make my streaks smaller, not smoother. They are just as angular as before.
