-
Stopping the wiggle expression after a few second.
Hey everyone,
I just starting learning about expressions and currently, I’m trying to make a flicker-in effect for this logo.
I have wiggle(100,100) in the Opacity property of the logo but I’m trying to stop the flicker after like 5 second into the animation.
What code should I use? I’ve studied C# before so my first instinct is to make an if statement and turn the wiggle into false statement after a period of time. But since AE expression uses JS so it’s different (not to mention all the expression properties). Would an array be better for this?
Thanks!