Dan Ebberts wrote:
Something like this should work:
Code:
farDist = 1000;
nearDist = 800;
farScale = [100,100];
nearScale = [130,130];
c = thisComp.activeCamera;
d = length(c.toWorld([0,0,0]), toWorld(anchorPoint))
ease(d, nearDist, farDist, nearScale, farScale)
Adjust nearDist and farDist until it works the way you want.
Dan
Hey Dan!,
thanks for your help and sorry it took me for ever to get back to you!
YES!! it works!! thank you so much
man, you guys are amazing!
I am planning to start trying to understand expressions so you'll see me on here with plenty of questions
until next time- take care
U.P