Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Number expression to count from 100 – 150 over a specified duration

  • Number expression to count from 100 – 150 over a specified duration

    Posted by Chris Huggett on August 2, 2005 at 2:33 am

    Hey guys

    can anybody tell me how to create a countup from 100 – 150 over 4 secs.

    I dont want to use the numbers filter, which could probably do this, but need it to be expressions. as its a text layer with animation.

    cheers
    chris

    Chris Huggett replied 20 years, 9 months ago 2 Members · 2 Replies
  • 2 Replies
  • Dan Ebberts

    August 2, 2005 at 2:59 am

    Try this:

    linear(time,0,4,100,150)

    If you only want integers, it would be like this:

    Math.round(linear(time,0,4,100,150))

    Dan

  • Chris Huggett

    August 2, 2005 at 3:45 am

    thanks Dan

    worked like a charm.
    Chris

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