Activity › Forums › Adobe After Effects Expressions › Define the value of keyframes with expressions
-
Define the value of keyframes with expressions
Posted by Jon Smith on June 19, 2012 at 5:22 pmHey all, Is there a way to set keyframes with expressions?
For example keyframe 1 = x, Keyframe 2 = y, etc…
Thanks
Jon Smith replied 13 years, 11 months ago 2 Members · 3 Replies -
3 Replies
-
Jon Smith
June 19, 2012 at 6:09 pmFor a little more context, I have 2 position keyframes that have a particular ease. I want to be ably to keep the timing and velocities the same yet be able to define the keyframe values with an expression.
Thanks
-
Dan Ebberts
June 19, 2012 at 6:30 pmYou can’t change keyframes with expressions. You could apply an expression to the position property and maybe use the pre-expression values to shape the result, but it’s hard to say if that would work for you.
Dan
-
Jon Smith
June 19, 2012 at 6:44 pmI was hoping for something more straightforward. Right now I’m using something like this and it work well enough I suppose. I’m just limited to the default ease.
tempX = easeOut(time, .5, 1, startPosX, endPosX);
tempY = easeOut(time, .5, 1, startPosY, endPosY);[tempX, tempY]
Thanks again Dan.
Reply to this Discussion! Login or Sign Up