Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions increasing and decreasing number

  • Dan Ebberts

    August 7, 2012 at 1:36 pm

    Maybe a source text expression like this:

    minVal = 200;
    maxVal = 300;
    f = 0.1; // frequency

    r = transform.rotation;
    w = r.wiggle(f,1)-r;
    Math.round(linear(w,-1,1,minVal,maxVal))

    Dan

  • Aqeel Arruhaili

    August 7, 2012 at 4:40 pm

    Thnks a lot

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