Skip to content

Instantly share code, notes, and snippets.

@animoplex
Created September 7, 2018 14:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save animoplex/c08fe803ced121a35971215603055758 to your computer and use it in GitHub Desktop.
Save animoplex/c08fe803ced121a35971215603055758 to your computer and use it in GitHub Desktop.
Change Single Dimension - After Effects Expression by Animoplex
// Change Single Dimension - Created by Animoplex: www.animoplex.com
// Separate a property's values, change a single value, then combine them back together.
offset = thisComp.layer("Control").effect("Offset")("Slider");
x = value[0] + offset;
y = value[1];
[x, y]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment