Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Countdown Timer Preset Proportional Spacing Off

  • Countdown Timer Preset Proportional Spacing Off

    Posted by James Grochowalski on November 29, 2014 at 8:13 am

    hey everyone,
    I found this preset online to quickly make a countdown using any font. The problem is, I would like to make the proportional spacing off, just like you can uncheck proportional spacing for the numbers effect. I’m basically wanting to use this preset, but not have it move in space as the numbers change.

    Anyone know how to add to the expression to make it do this?

    Here’s the expression that is put to the source text to make this timer:

    holdTime = effect(“HoldTime”)(“Slider”);
    timeOffset = (timeToFrames(time) / (1 / thisComp.frameDuration)) – holdTime;
    countDownLength = effect(“CountdownLength-minutes”)(“Slider”) * 60;
    countDown = clamp(countDownLength, countDownLength – timeOffset, 0) ;

    framesCheck = effect(“Frames-On/Off”)(“Checkbox”);
    if (countDown >= 600) tens = 1 else tens = 0;
    if (countDown >= 3600) hrs = 2 else hrs = 0;

    t = timeToTimecode(countDown);
    if (framesCheck == true) frames = 8 else frames = 4;

    temp = t.substr(4 – tens – hrs, frames + tens + hrs);

    John Cuevas replied 11 years, 9 months ago 2 Members · 1 Reply
  • 1 Reply
  • John Cuevas

    November 29, 2014 at 3:52 pm

    Just use a monospaced font

    Johnny Cuevas, Editor
    Thinkck.com

    “I have not failed 700 times. I have succeeded in proving that those 700 ways will not work. When I have eliminated the ways that will not work, I will find the way that will work.”
    —THOMAS EDISON on inventing the light bulb.

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