Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Count up numbers 1000 at a time.

  • Count up numbers 1000 at a time.

    Posted by Darell Nonis on March 21, 2019 at 3:41 am

    Hi.

    I’ve recently created an AE composition with a text layer that contains a number. My plan is to animate the text so that the number counts up 1000 at a time.

    For example, for 3 seconds, I’d like the text to count from 0 to 75000 in 1000 intervals (i.e. 0, 1000, 2000, 3000, … ,75000).

    Anyone’s help is much appreciated.

    Thanks.
    Darell

    Walter Soyka replied 7 years, 2 months ago 2 Members · 1 Reply
  • 1 Reply
  • Walter Soyka

    March 21, 2019 at 8:53 am

    This expression will do what you describe. Twirl open your text layer in the timeline panel, then twirl open the Text group, then Alt+click the stopwatch for the Source Text property and paste the following:

    Math.floor(linear(time, inPoint, inPoint + 3, 1, 75)) + "000"

    English translation:

    As we progress in time from the layer’s in point to 3 seconds after the in point, go from 1 to 75 (linear), drop any decimal points (Math.floor), and tack on three zeroes to the end.

    Walter Soyka
    Designer & Mad Scientist at Keen Live [link]
    Motion Graphics, Widescreen Events, Presentation Design, and Consulting
    @keenlive   |   RenderBreak [blog]   |   Profile [LinkedIn]

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