Animoplex's profileParker Young's profile

Checkbox Expression Link - After Effects Tutorial

Copy & Paste Expression:

How to link an effect or property to a checkbox control with an expression in After Effects. This method is really useful for creating templates or linking a lot of heavy effects to a simple on/off switch. The expression used in this tutorial is also provided below:

if (thisComp.layer("Controller").effect("Checkbox Control")("Checkbox") == true) {
  wiggle(5,100)
}
else {
  value
}

For additional questions and help, reporting issues, or to share examples of how you used this tutorial, please email support@animoplex.com
Checkbox Expression Link - After Effects Tutorial
Published:

Checkbox Expression Link - After Effects Tutorial

How to link an effect or property to a checkbox control with an expression in After Effects. This method is really useful for creating templates Read More

Published: