After Effects - Liquid Smear
Here you will find the code that you need to create the Liquid Smears
Full Tutorial:
Code for SMEAR 1 Layer:
var mainOffset = thisComp.layer("MAIN POINT").content("Shape 1").content("Trim Paths 1").offset;
100 - mainOffset.velocity/50;
Code for SMEAR 2 Layer:
var mainOffset = thisComp.layer("MAIN POINT").content("Shape 1").content("Trim Paths 1").offset;
100 - mainOffset.velocity/25;
Last updated
Was this helpful?