Re: Get original value of a property 'before' the expression is executed! by Dan Ebberts on Jun 27, 2008 at 3:28:28 pm
You might be able to re-work your expression so that you can apply it to the position property of a Transform effect. That will leave that actual Positon property unaffected so you can access it from the other layer.
Re: Get original value of a property 'before' the expression is executed! by peter menich on Jun 27, 2008 at 4:48:52 pm
I think I've gotten around it...
I don't need the new value to start straight away, so I used a 'linear(t, tMin, tMax, value1, value2)'
to map the values from original to new in the first frame.
Then in the second layer I used the 'valueAtTime()' to get the value at 0 time.