After Effects - Liquid Smear
Here you will find the code that you need to create the Liquid Smears
var mainOffset = thisComp.layer("MAIN POINT").content("Shape 1").content("Trim Paths 1").offset;
100 - mainOffset.velocity/50;Last updated
Here you will find the code that you need to create the Liquid Smears
var mainOffset = thisComp.layer("MAIN POINT").content("Shape 1").content("Trim Paths 1").offset;
100 - mainOffset.velocity/50;Last updated
var mainOffset = thisComp.layer("MAIN POINT").content("Shape 1").content("Trim Paths 1").offset;
100 - mainOffset.velocity/25;