Speed-Based Blur Amount
Auto-blurs a layer based on how fast it moves.
Code
var v = length(velocity) / 100;
clamp(v, 0, 20);
motionblurspeed
How to Use
Paste on Blur Radius of a directional blur effect. Faster motion = more blur.
Auto-blurs a layer based on how fast it moves.
var v = length(velocity) / 100;
clamp(v, 0, 20);
Paste on Blur Radius of a directional blur effect. Faster motion = more blur.