3 Easy Ways to Use Dropdown Menus in After Effects

Published: 02 March 2023
on channel: Mig Alejandro
854
80

What are dropdown menus in After Effects and how do they work?
How can we link them to the properties of our layers?

In this video, I explain this, with three common cases in which we can use these expression controls, and you will learn how and where to save the values that you select from these lists.

• Conditional statement to select between the opacity of layers:
e = Here you link your dropdown menu;
if (e == index) {100} else {0}

• Example of conditional statement to select the value of a variable:
e = Here you link your dropdown menu;
if(e == 1){
variable =value if 1;
} else if (e == 2){
variable = value if 2;
} else if (e == 3){
variable = value if 3;
} else if (e == 4){
variable = value if 4;
} else if (e == 5){
variable = value if 5;
} else if (e == 6){
variable = value if 6;
}

0:00 Intro
0:28 What are dropdown menus?
1:08 Creating and editing dropdown menus
2:00 Real value of a dropdown menu
2:29 Case 1 - Menus and keyframes
4:17 Case 2 - Menus and layers
5:57 Case 3 - Menus and calculated values
6:42 Case 3 with multiple conditionals
7:16 Case 3 with array
7:59 Advanced dropdown menus
8:19 Goodbye


Watch video 3 Easy Ways to Use Dropdown Menus in After Effects online without registration, duration hours minute second in high quality. This video was added by user Mig Alejandro 02 March 2023, don't forget to share it with your friends and acquaintances, it has been viewed on our site 85 once and liked it 8 people.