Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions Random Shape Scale Expression

  • Dan Ebberts

    January 29, 2020 at 5:20 pm

    Play around with this:


    seedRandom(index,true);
    tStart = 2;
    dur = .8;

    myStart = random(tStart);
    t = time - myStart;
    if (t < .5*dur)
    ease(t,0,.5*dur,[0,0],[120,120])
    else
    ease(t,.5*dur,dur,[120,120],[100,100]);

    Dan

  • Matt Paz

    January 29, 2020 at 6:06 pm

    Huge thanks to you Dan, you’re awesome.

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