Basically, I have a bunch of layers that I want to scale to 100% 1 after another. I would normally keyframe each’s scale, however, it would be extremely tedious plus i would have to change all the keyframes again if I wanted to change how long it would take for them to scale up. I attempted to do this using if statements but for some reason they didn’t work, the objects scale continued to increase without stopping.
if(transform.scale==100){100}
else{time*25}