-
After Effects Expression
var x = 0;
var y = 2;
var z = 10;
I want var x value to be increased by 1 (x + 1) after every var y seconds untill time is equal to var z.
What to do?
var x = 0;
var y = 2;
var z = 10;
I want var x value to be increased by 1 (x + 1) after every var y seconds untill time is equal to var z.
What to do?
We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy