Create Beautiful Countdown Timer Motion Graphics | After Effects Tutorial

preview_player
Показать описание

► Copy the Expressions from our Dropbox (YouTube won't let me paste in the expressions):

► Join our Discord for Motion Designers:

► Free 100 Template Pack from us for AE & Premiere here:

Save time and produce amazing work with our Extension panel that allows you to preview templates in After Effects and Premiere. Then quickly change your template within seconds to fit your needs!

► Download This Tutorial's Project File & Follow Along:

► Music Used in this Tutorial:

Artwork:

#SonduckFilm #AfterEffects #motiongraphics

Timecode:
0:00 Intro - Smash that like button!
0:19 Timer 1
3:00 Timer 2
4:09 Timer Templates
4:38 Timer 3
6:55 Outro - Please Subscribe
Рекомендации по теме
Комментарии
Автор

Thank you! The countdown was slick and smooth, like butter!!

richmod
Автор

How do you increase the hours number past 20? And add days?

beauxnouveaux
Автор

Ehy what about the Countdown with Day - Hours : Minutes : Seconds that is visible in this video, is there any tutorial?

stefanolongoni
Автор

I got an error on expression. However, the below code worked for me.
first_char = 0;
end_char = 2;

s_h = 0;
s_m = 0;
s_s = 0;
hh =
mm =
ss =
speed_animation = Animation")(1);
total_seconds = == 0 ? (((hh*3600) + (mm*60) + ss) - time * speed_animation) : (((s_h*3600) + (s_m*60) + s_s) + time * speed_animation);
time_code = timeToTimecode(total_seconds, timecodeBase = 100);
full_time = + (mm*60) + ss)) + Math.ceil(((s_h*3600) + (s_m*60) + s_s)), timecodeBase = 100);

time_code.substring(first_char, end_char);
if (time_code.substring(0, 1) == '-') {
'00'
} else {
if (time_code > full_time) {
full_time.substring(first_char, end_char);
} else {
time_code.substring(first_char, end_char);
}
}

ImranShaikh-dsuw
Автор

for anyone having a problem with "Effect named 'Speed Animation' is missing or does not exist.", you need to change your effect or layer name the exact same like in the code

ridhoarthasyah
Автор

This video was so helpful for me...
thank you so much...

sonu-jangir
Автор

If I want to add 2 decimal places to the counter, how would I update the expression?
thank you!!!

Carlinosbrowns
Автор

I have a question.
Is there a way to make it count in minutes, seconds, and 24fps??

민철기-uv
Автор

how you shake that background behind timmer i want to learn that
i like it, if you make any video related to that please share me the video link

akshaygupta
Автор

Has anyone came across this error on the second timer, that when you press the reverse button it changes the number to zero? I do have my seconds set to 15, but when I click the reverse button, it changes all the values to zero?

BlckSpkz
Автор

Ho My God great Vidéo tanks alot this save my time for my everiday pie chart création in broadcast tv tanks ❤

CGCPMTV
Автор

I want to do a similar effect to the line timer but with the subtitles so my subtitles start off white then fill in yellow from left to right and will be fully yellow when the video ends. Any ideas?

SickleThits
Автор

I'm getting an error in the expression. "Effect named 'Speed Animation' is missing or does not exist." Can you give some insight on this?
Using AE v 23.3.0 build 5.3

ZachLorton
Автор

Hello! How to make the countdown to start at specific point of timeline?

karolisputnikas
Автор

Hey man quick question. I have everything working nicely, but want to know if there is a way to only start the timer after a certian amount of time, say 2 seconds and not at the start of the timeline?

I have all my elements animating on, but the timer has already advanced a few seconds.

Thanks!

DarkRiderMotovlogs
Автор

I'm getting an error in the expression. "Effect named 'Speed Animation' is missing or does not exist." Can you give some insight on this?
Using AE. please help

stevekongliew
Автор

damn, way more in-depth than I thought! saving this one

TExile
Автор

i'm sorry, please, help me code text - sound... thanks

julianhuhoa
Автор

Verified this works.
Had to go back a few times to get everything right.
My version didn't have the script drop-down, so I right-clicked on the watch icon and it had an option to edit script (I'm rendering so can't check what the exact wording was)

taketheredpill
Автор

Why is it saying error in the expression

RamL