Expression Copied to Clipboard! πŸ—‚
← Back to Expressions

Control Property with Checkbox - After Effects Expression

Apply this expression to the property you want to control (like opacity) and make sure it is referencing the correct control layer.

Control Property with Checkbox

value * effect("Control Name")("Checkbox");
// replace Checkbox Control with your checkbox control

‍

Copied to Clipboard!
thisComp.layer("Controls").effect("Control Name")("Checkbox") * value;

More expressions you might like...

Credit