-
Make expression only apply in the absence of keyframes?
I’m trying to come up with a general way to modify an expression so that it only affects the layer when it’s not being moved around by keyframes. I’ve done something where I simply add “value +” to whatever expression I’m using, which allows me to use keyframes to accentuate what the expression is doing, but what I’m looking for now is more of an “on/off” mechanism.
To be more specific, I’m using a Beam effect to create a bar that connects two dots. I’m setting the Starting Point and Ending Point with an expression that ties those to the centers of the dots. However, I want to animate the beam into place by having the ending point move from one dot to the other (so it looks like the beam is growing out from one dot and connecting to the second one). So what I’d like to do is be able to add keyframes that animate the ending point the way I want, but then after that have the expression bind it to the ending point.
Hope that makes sense. I imagine I’m overcomplicating this somehow, but I haven’t been able to see through it yet. Thanks!