Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions How to easein/out with expression when position keyframe is linked to slider control by expression ?

  • How to easein/out with expression when position keyframe is linked to slider control by expression ?

    Posted by Amit Patel on February 6, 2015 at 5:38 pm

    Hi,

    My Question is a bit complex, please help me to solve my problem.

    I have linked my Y position key frame with following expression

    if (numKeys > 1){
    t1 = key(1).time;
    t2 = key(2).time;
    v1 = effect(“Slider Control2”)(“Slider”);
    v2 = effect(“Slider Control”)(“Slider”);
    ease(time,t1,t2,v1,v2);
    }else
    value

    but i want to have control with slider for amount of easeIn and Out.

    Can any one tell me what should i do to have control of amount of easeIn and Out in this situation.

    Thanks.

    Amit Patel replied 11 years, 3 months ago 1 Member · 0 Replies
  • 0 Replies

Sorry, there were no replies found.

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