Skip to content

CameronFoxly/AfterEffectsExpressionLibrary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 

Repository files navigation

After Effects Expression Library

I'm using this repo as a place to store expression snippits that I think are worth saving for later.

Right now, I'm storing them in markdown files in the expressions folder in this repo, but might get around to doing more organizing at some point.

Index of Expressions

  • Position for Grid Layout - A position expression that can be used to layout a bunch of objects into a grid with spacing controlled by a single slider.
  • Sample Layermap Brightness - Best if used with Grid Layout, this expression samples the luma value of a given layer and uses that value to drive whatever property you apply it to. Basically, it's a custom layer map system like in Trapcode's form.
  • Global position of parented layer - Quick little expression for how to get the global [x,y] position value of a layer that is parented to another layer.
  • Respecting Aspect Ratio - Returns a Y value based on an X value that maintains a ratio of X:Y that matches the compositions aspect ratio. Great for the mosiac plugin for getting square "pixels"
  • 2d LookAt - Effects the rotation of a layer so that it "looks at" another layer in 2D.
  • Posterize Tweens - Drops the framerate of a single property, so you can have a single layer playing at a lowerframerate than the comp it's in. Acts like Posterize time, but for a single keyframed property's value.
  • Looped Wiggle - Allows you to have a wiggle expression seamlessly loop for a set number of seconds.

Other Helpful Links

About

A library of After Effects Expressions that I end up re-using.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published