Created
September 7, 2018 14:02
-
-
Save animoplex/c08fe803ced121a35971215603055758 to your computer and use it in GitHub Desktop.
Change Single Dimension - After Effects Expression by Animoplex
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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