If/Else Expression time
Hi there.
I am a beginner.
I have created an Adobe after effects and want to use if/Else in the expression (time),
but I don't know the animation, is that ok?
I haven't set it up yet, but let's say it's 00:00-00:10
var normal=time*(-180);
var slow=time*(-60);
if(normal<10){
normal
} else {
slow
}
Of course, I get an error.
Can you help me?
Thank you!