-
Expressions for keyframeable Dropdown Properties
Hello,
this is a rather quick question. More often than not, you find in effects these drop down selectors for certain properties that are also keyframeable because they have a stopwatch. A good example is the fractal types for the fractal noise or the animation type for the cc particle world. Now if i want an expression to drive any of these, how would i access the individual options properly? For instance, i tried…
effect(“CC Particle World”)(“Animation”).value[0] to access the first option, which only returns “has no property or method with the name 1”
effect(“CC Particle World”)(“Animation”)[0] does not return an error, but wont let me go beyond 0 and also does not change the animation method.
I have tried some other variations but it either seems to be something else entirely or it is not possible to change these with expressions. It’s hard to find something concrete about this online.