Question
trigger fade animation if condition is true
hey guys im trying to achieve something like this roughly where as soon as the condition is true it triggers a fade animation but i have no clue how to do it. this just cuts to a value of 100.
a = thisComp.layer("Null").transform.position[0]
if (a>10)
linear(time, 0,100)
else
0