Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions Using a slider to control key frames but I also want to add bounce expression?

  • Using a slider to control key frames but I also want to add bounce expression?

    Posted by James Baron on September 13, 2017 at 8:35 am

    Hi there,

    Im using this expression to control the second value key frame

    if (numKeys > 1){
    t1 = key(1).time;
    t2 = key(2).time;
    v1 = 0;
    v2 = comp(“INPUT”).layer(“CONTROL”).effect(“Zoom intensity”)(“Slider”);
    linear(time,t1,t2,v1,v2);
    }else
    value

    But I would also like to have the bounce expression added to the key frames.. Is this possible?

    Thanks in advance
    James

    Juanluis Vich replied 8 years, 6 months ago 2 Members · 1 Reply
  • 1 Reply
  • Juanluis Vich

    November 5, 2017 at 4:31 am

    hi!
    I’m having the same issue, did anyone get it to work?
    thanks!!

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