🕹️
AE Expressions
  • What is AE Expressions?
  • Getting started with Expressions
    • Useful links
    • After Effects - Quick Expressions Library
  • Quick Tips
    • After Effects - Arm Rig
    • After Effects - Liquid Smear
    • After Effects - Dynamic Shadows
    • After Effects - Dot Display
    • After Effects Expression - Computer Type-on Animation
    • After Effects Expression - Align Elements on a Path
    • After Effects Expression - Inertial Rotation
    • After Effects Expression - Force Field
  • Advanced Projects
  • After Effects - School of Fish
  • After Effects Expression - Global Wind Controller
  • After Effects Expression - Dynamic Line Waves
  • After Effects - Abstract Space Scene
  • After Effects Expression - Connected Dots
Powered by GitBook
On this page

Was this helpful?

  1. Quick Tips

After Effects - Liquid Smear

Here you will find the code that you need to create the Liquid Smears

PreviousAfter Effects - Arm RigNextAfter Effects - Dynamic Shadows

Last updated 5 years ago

Was this helpful?

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;