-
Time lagging expression not working on AE CS 6
While performing a project, I used the expression
valueAtTime(time-.3)
for time lagging to a null object (Null_2) that is parented with another null (Null_1)..
When I move the parent null (Null_1) the expression used null(Null_2) should lag with .3 m/s
But it doesn’t happens. Both nulls are move along with same delay without any lag
I’m using AE CS6. Please give me a solutionthisComp.layer("Null_2").transform.position.valueAtTime(time-.3)