Forum Replies Created

  • Torben Christensen

    March 20, 2015 at 11:53 am in reply to: InPoint OutPoint based expression

    [Dan Ebberts] “You could modify the fade in/out expression to something like this for position:

    moveDur = .5;
    moveDist = [20,0];
    if (time < (inPoint+outPoint)/2)
    ease(time,inPoint,inPoint+moveDur,value,value+moveDist)
    else
    ease(time,outPoint-moveDur,outPoint,value+moveDist,value)

    Dan”

    What if I want to control which axis it moves on? In my case, I want it to move on Y-axis instead of X-axis. Thanks.

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy