A 60 Second Tutorial to create a dynamic countdown in After Effects with no plugins.
--
0:00 Intro
0:04 Start
0:38 Done!
--
Expression:
delta = outPoint - time;
date = new Date(0);
date.setSeconds(delta);
date.toLocaleTimeString("en-GB", {
minute: "2-digit",
second: "2-digit",
timezone: "UTC"
})
--
Hope it helps!
Watch video 60 Seconds To Countdown Effects In After Effects! online without registration, duration hours minute second in high quality. This video was added by user Danny Goodayle - Unreal Tutorials 18 January 2021, don't forget to share it with your friends and acquaintances, it has been viewed on our site 3,478 once and liked it 65 people.