Answered
How to control only the WIDTH of a rectangle with slider control using expression
I have a simple rectangle shape layer that I want to control (only the width) with slider control using expression. How do I do that?
Thanks in advance.
I have a simple rectangle shape layer that I want to control (only the width) with slider control using expression. How do I do that?
Thanks in advance.
You could try something like this for anchor point:
w = content("Rectangle 1").content("Rectangle Path 1").size[0];
[-w/2,value[1]]
Dan
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.