After Effects: Countdown Timer Tutorial (Quick Easy Timer)

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ต.ค. 2024
  • How to create a countdown or count up timer in Adobe After Effects CC and CS6 using an easy method. Animation timer in After Effects or AE timer is really easy to create and control. This Adobe After Effects Tutorial will show you how to create a countdown or count up timer using a simple and easy expression.
    I'm unable to add the expression due to brackets so here's a notepad download
    Expression: bit.ly/3ZK20i8
    🔔 Stay Updated ➤ bit.ly/1Lr3EXM
    🖥️ My Setup 🖱️ ▸ www.amazon.co....
    〓 GET ADOBE APPS ▾
    --- --- --- ---
    ✅ Photoshop ➧ prf.hn/l/20Bd3Lj
    ✅ After Effects ➧ prf.hn/l/OVxMyzj
    ✅ Premiere Pro ➧ prf.hn/l/DRPwkEZ
    🔵 All Adobe Apps ➧ prf.hn/l/LbkejMN
    --- --- --- ---
    〓 PLAYLISTS ▾
    ---
    Uploads ▸ bit.ly/1O7YbLQ
    Photoshop ➥ bit.ly/1Hd8CfQ
    Sony Vegas ➥ bit.ly/1OWjDoc
    After Effects ➥ bit.ly/1MZkLkq
    ---
    〓 LINKS ▾
    ---
    🐦 Twitter ▸ / verticdesigns
    📷 Instagram ▸ / verticdesigns
    🌄 Free Stock Photos ▸ pexels.com/@ge...
    ---
    #ae #timer
  • แนวปฏิบัติและการใช้ชีวิต

ความคิดเห็น • 152

  • @VerticDesigns
    @VerticDesigns  ปีที่แล้ว +37

    ✅ *After Effects* ➧ prf.hn/l/OVxMyzj
    Big thanks to @TvoyaZavarka for fixing the hours timer expression!
    ------------------------------------------------------------------------------------------------------------
    ⏰ *Minutes Timer Expression (**00:00**):*
    ------------------------------------------------------------------------------------------------------------
    slider = Math.round(effect("Slider Control")("Slider"))

    sec = slider%60
    min = Math.floor(slider/60)
    function addZero(n){ if (n

    • @beanlordy
      @beanlordy ปีที่แล้ว

      How would you add hours to this formula?

    • @VerticDesigns
      @VerticDesigns  ปีที่แล้ว

      ​@@beanlordy for that you'd type this
      slider = Math.round(effect("Slider Control")
      ("Slider"))
      sec = slider%60
      x = Math.floor(slider/60)
      min= x%60
      hour = Math.floor(slider/3600) function addZero(n){ if (n

    • @rimantasukneviciusnebulamo1166
      @rimantasukneviciusnebulamo1166 ปีที่แล้ว

      @@VerticDesigns there is an error in 11 line
      hour = Math.floor(slider/3600) function addZero(n){ if (n

    • @VerticDesigns
      @VerticDesigns  ปีที่แล้ว

      @@rimantasukneviciusnebulamo1166 I'll have a look and check it out

    • @TvoyaZavarka
      @TvoyaZavarka ปีที่แล้ว +6

      slider = Math.round(effect("Slider Control")("Slider"))
      sec = slider%60
      x = Math.floor(slider/60)
      min= x%60
      hour = Math.floor(slider/3600)
      function addZero(n){ if (n

  • @jxdzi
    @jxdzi 11 หลายเดือนก่อน +14

    doesn't work in AE 2024

  • @pavelusha1992
    @pavelusha1992 9 หลายเดือนก่อน +23

    I am sorry, but this solution is over complicated. You shouldn't change the expression engine to make something simple like this work. Also Your expression is an overkill. so many lines of code, but you need only one line:
    timeToTimecode(effect("Slider Control")("Slider")).substr(3,5);
    This line does exactly what you need and you don't have to change any preferences. It would work no matter which expression engine is on...
    oh. And if you need it with hours then just do this version:
    timeToTimecode(effect("Slider Control")("Slider")).substr(0,8);

    • @peachypers
      @peachypers 7 หลายเดือนก่อน +1

      hello, what does error at line 0 in property slider of layer 1 mean?? thank you for your help

    • @pavelusha1992
      @pavelusha1992 6 หลายเดือนก่อน +1

      @@peachypers I am not sure what exactly you're trying to do, but I think you copied and pasted this expression on the slider control, but this expression written to be used on the text layer SourceText property. It returns String value and slider control expects numeric value, so you get an error message.

    • @cellstunts
      @cellstunts 6 หลายเดือนก่อน

      Wow this works beautifully. Are you a programmer by trade? I don't understand how people understand the expressions in AE so well.

    • @pavelusha1992
      @pavelusha1992 6 หลายเดือนก่อน

      no. I am working in post production. Kinda like generalist, but mostly do compositor's work. Guess just have been doing it for a very long time (over 25 yers). Plus I always liked programming. It's fun and saves time :)
      @@cellstunts

    • @mooseypm3073
      @mooseypm3073 3 หลายเดือนก่อน +1

      Thanks man, saved me a whole other google search for why his version was giving me errors lol

  • @Insipedia
    @Insipedia 10 หลายเดือนก่อน +5

    When I did everything in this video, it still showed an error. Namely, it said "invalid result (divide by zero?) and it was referring to the very first line of code for the expression. If you can give me a solution to this issue that would be amazing, as this is driving me crazy...

    • @pannikomuves484
      @pannikomuves484 6 วันที่ผ่านมา

      same...anyone could found a solution to this?

  • @RBHD93
    @RBHD93 5 หลายเดือนก่อน +4

    I'm getting an error showing on function addZero(n){ if (n

  • @Soyrva
    @Soyrva ปีที่แล้ว +2

    Is there a way to adjust kerning and baseline shift once the expression has been added?

  • @KorotaGaming
    @KorotaGaming 11 หลายเดือนก่อน

    Thank you! Easy to follow and exactly what I was after. 🙌🏻

  • @Nick_Plaugher_photo
    @Nick_Plaugher_photo 7 หลายเดือนก่อน

    Is there a way to make the black background transparent, so when I export I will have only the timer? (This is my first time using AE) Great video!

    • @jpfreelancefilm
      @jpfreelancefilm 6 หลายเดือนก่อน +1

      You need to export with an alpha layer. Don't add a background with your countdown timer and export in these settings: Format-Quicktime ; Format Options-ProRes 4444 ; Channels-RGB+Alpha
      This will give you a transparent background in an mov format and you can drop it on any video. We do this all the time at my job and its a lifesaver!

  • @rhodrithomas4524
    @rhodrithomas4524 10 หลายเดือนก่อน +5

    Great, but how do you align it / fix it so that you get equal space of digits at all times?

    • @rafaelriva5981
      @rafaelriva5981 8 หลายเดือนก่อน +1

      You need to use a mono space font, otherwise, the font itself has different spaces for each digit, so you can't align it.

  • @drancov
    @drancov 9 หลายเดือนก่อน +3

    How do you keep the digits to stay in a constrained position so that the colon doesn't shuffle left and right as the countdown goes? Similar to a digital alarm clock positioning.

    • @CaymenG
      @CaymenG 5 หลายเดือนก่อน

      I also would like to know

  • @paulnicholas7393
    @paulnicholas7393 6 หลายเดือนก่อน +2

    No need to change the prefs use this:
    slider = Math.round(effect("Slider Control")("Slider"));
    sec = slider%60 ;
    min = Math.floor(slider/60);
    addZero = function(n){
    if (n

    • @fosfode
      @fosfode วันที่ผ่านมา

      thank you so much sir

  • @lukabajic3122
    @lukabajic3122 ปีที่แล้ว +2

    The expressions and scripts preference is not available in Adobe After Effects CC 2023, so this is not a solution just yet.

    • @somehannahperson
      @somehannahperson ปีที่แล้ว

      Yes it is. It's in Project Settings. Not in Preferences.

    • @plaxold
      @plaxold ปีที่แล้ว

      i think i found it
      left side of the screen in project (above the timeline) > there's 6 buttons, click the 5th one (or the one that says "8 bpc", "16 bpc" or "32 bpc" and then go to expressions

  • @Lucreaux
    @Lucreaux 7 หลายเดือนก่อน +1

    How would I remove the zero that is placed by the line of code here:
    function addZero(n){ if (n

    • @prht93530
      @prht93530 6 หลายเดือนก่อน +2

      Remove addZero on "min" for the last string:
      slider = Math.round(effect("Slider Control")("Slider"))
      sec = slider%60
      min = Math.floor(slider/60)
      function addZero(n){ if (n

  • @Platinum_XYZ
    @Platinum_XYZ ปีที่แล้ว +5

    thank you so much! this is exactly what I needed.
    thanks for keeping the video short and showing what to do straight away! I'll definitely use this trick all the time now

    • @VerticDesigns
      @VerticDesigns  ปีที่แล้ว

      You're welcome and glad to hear that 😀

  • @jordanvine4988
    @jordanvine4988 ปีที่แล้ว

    sheer brilliance

  • @Harshdezines
    @Harshdezines ปีที่แล้ว +2

    hey, h0w can i add miiseconds to this? thanks for the tutorial

  • @minerkey682
    @minerkey682 6 หลายเดือนก่อน

    great tutorial! But why the timecode effect is incapable of letting you use a custom font is just ridiculous. It's 2024 and we're paying Adobe for this software, we shouldn't be required to write our own countdowns just so we can use a custom font.

  • @WireWax-v4u
    @WireWax-v4u 24 วันที่ผ่านมา

    Update on that expression- plus you don't need to change it to the legacy in the expressions engine (tested on AE 2024)...
    slider = Math.round(effect("Slider Control")("Slider"));
    sec = slider%60;
    min = Math.floor(slider/60) ;
    function addZero(n){ if (n

    • @VerticDesigns
      @VerticDesigns  23 วันที่ผ่านมา

      @@WireWax-v4u oh cool thanks for sharing! I'll have to check it out

  • @felipemartinez8464
    @felipemartinez8464 4 หลายเดือนก่อน +1

    muchísimas gracias Crack! Saludos desde México

  • @newlydady
    @newlydady 11 หลายเดือนก่อน +1

    If it doesn't work try to paste code into source text, not into slider tool............... I did this mistake

  • @BlockVentures
    @BlockVentures หลายเดือนก่อน +1

    Thanks, this was incredibly helpful, to add to it;
    If you want to make an automatic "Time elapsed" timer out of this for a song for example (my current use case):
    For "01:23 / 03:21" format:
    -----
    slider = Math.round(effect("Slider Control")("Slider"));
    function addZero(n){return (n < 10 ? "0" : "") + n}
    et = Math.round(outPoint);
    sec = et%60;
    min = Math.floor(et/60);
    endtime = addZero(min) + ":" + addZero(sec);
    sec = slider%60;
    min = Math.floor(slider/60);
    addZero(min) + ":" + addZero(sec) + " / " + endtime
    -----
    For "01:23" format:
    -----
    slider = Math.round(effect("Slider Control")("Slider")) //Treat slider numbers as rounded up;

    sec = slider%60 //When the slider hits 60;
    min = Math.floor(slider/60) //reset and add a number to the minute counter;
    function addZero(n){ if (n

    • @VerticDesigns
      @VerticDesigns  หลายเดือนก่อน

      @@BlockVentures thanks for updating it and sharing with everyone:)

  • @yoanncellublue
    @yoanncellublue ปีที่แล้ว

    Hi, i've used it in a project it worked, and i just reopened it and after effects says there is an error in the expression. It says "syntax error : unexpected token 'else' "

    • @yoanncellublue
      @yoanncellublue ปีที่แล้ว +1

      switching to the legacy expression engine fixed it

  • @MCRoberge
    @MCRoberge 8 หลายเดือนก่อน

    The expression don't work (always a error code) after change setting projects...

  • @dot-Justin
    @dot-Justin หลายเดือนก่อน +1

    expression:
    slider = Math.round(effect("Slider Control")("Slider"))

    sec = slider%60
    min = Math.floor(slider/60)
    function addZero(n){ if (n

    • @AniProOfficial
      @AniProOfficial หลายเดือนก่อน

      there is better script for after effect I have been using which is Counter Pro , its official script form aescript. so checp but really time saving

  • @mariacelis9278
    @mariacelis9278 6 หลายเดือนก่อน +1

    Im subscribing just for the accent

    • @AniProOfficial
      @AniProOfficial หลายเดือนก่อน

      there is better script for after effect I have been using which is Counter Pro , its official script form aescript. so checp but really time saving

  • @LeeLumley
    @LeeLumley 7 หลายเดือนก่อน

    Thanks for the tutorial. One Question; why does it only show the first digits of 10, 20, 30, 40, 50, etc and is there a way to change it?

  • @alisherrasulov1039
    @alisherrasulov1039 8 หลายเดือนก่อน

    like and subscribe, thank you!

  • @maydhavithakur3096
    @maydhavithakur3096 ปีที่แล้ว +1

    Hello what to do to add zero for hours to this?

  • @wehearttrends
    @wehearttrends ปีที่แล้ว +11

    Excellent tutorial!
    Para los que tengan el programa en español, deben cambiar "slider" por "deslizador" en la fórmula tantas veces como aparezca y "Slider control" por "Controlador del deslizador"✅✅
    deslizador = Math.round(effect("Control del deslizador")("Deslizador"))

    sec = deslizador%60
    min = Math.floor(deslizador/60)
    function addZero(n){ if (n

    • @fernandoangel7254
      @fernandoangel7254 ปีที่แล้ว

      Sabes si hay alguna forma de evitar el movimiento de los números? si te fijas cuando avanza el contador los números de la derecha se desplazan, ¿hay alguna forma de que esto no pase?

    • @wehearttrends
      @wehearttrends ปีที่แล้ว +1

      @@fernandoangel7254 No sé sea la solución adecuada pero yo lo hice con el texto alineado al centro, así se desplaza de forma pareja a la derecha y a la izquierda. Si ves en el tutorial él tiene el texto alineado a la izquierda y por ello los números de la izquierda permanecen fijos en el origen

    • @wehearttrends
      @wehearttrends ปีที่แล้ว +1

      @@fernandoangel7254 Hay dos formas, una sería haciendo dos elementos que funcionen por separado y alinear ambos a la derecha, o lo otro es que utilices una tipografía de ancho fijo, que cada número ocupe el mismo espacio
      se entiende?

    • @fernandoangel7254
      @fernandoangel7254 ปีที่แล้ว

      @@wehearttrends pues lo voy a probar, estoy haciendo algunas cuentas regresivas con fuentes muy especificas, es decir, que la idea de usar otra fuente la descarto, pero lo de usar dos elementos por separados no se me había ocurrido, gracias por la idea camarada se entendió perfectamente.

    • @gonza_x99
      @gonza_x99 ปีที่แล้ว

      te quiero muchas gracias

  • @Raufka
    @Raufka 7 หลายเดือนก่อน +1

    thank you SO MUCH

    • @AniProOfficial
      @AniProOfficial หลายเดือนก่อน

      there is better script for after effect I have been using which is Counter Pro , its official script form aescript. so checp but really time saving

  • @obr_
    @obr_ ปีที่แล้ว +1

    Great video! Just one question, do you know how can i keep the decimals after the seconds?

  • @Xelalex07
    @Xelalex07 3 หลายเดือนก่อน +1

    Big Thanks Broooo

    • @AniProOfficial
      @AniProOfficial หลายเดือนก่อน

      there is better script for after effect I have been using which is Counter Pro , its official script form aescript. so checp but really time saving

  • @daisypriya3127
    @daisypriya3127 หลายเดือนก่อน

    Thank you so much for the tutorial! Very easy to follow :)

    • @VerticDesigns
      @VerticDesigns  หลายเดือนก่อน

      glad to hear that and no problem

  • @ongduong442
    @ongduong442 17 วันที่ผ่านมา

    Please. Where is code

    • @VerticDesigns
      @VerticDesigns  16 วันที่ผ่านมา

      @@ongduong442 in description and pinned comment

  • @Herorad1
    @Herorad1 6 หลายเดือนก่อน

    Thank you! this is the only timer i could find that worked with the latest version of ae

  • @fionanimations
    @fionanimations 9 หลายเดือนก่อน

    Thank you! this is just what I was looking for 😊

  • @alexbarba5508
    @alexbarba5508 ปีที่แล้ว +1

    En español este me funcionó:
    Deslizador = Math.round(effect("Control del deslizador")("Deslizador"))

    sec = Deslizador%60
    min = Math.floor(Deslizador/60)
    function addZero(n){ if (n

    • @noizee05
      @noizee05 ปีที่แล้ว +1

      Mil gracias!! me estaba mandando error al escribirlo en inglés!

  • @stiffyBlicky
    @stiffyBlicky 5 หลายเดือนก่อน

    your function doesnt work, come on man

    • @VerticDesigns
      @VerticDesigns  5 หลายเดือนก่อน

      Did you switch expression engine?

  • @Birb.a
    @Birb.a 11 หลายเดือนก่อน

    amazing stuff... i give this video a 10/10

  • @Kenny-Ross
    @Kenny-Ross 8 หลายเดือนก่อน

    Thank you sir! I just found your channel. Everything worked. Now this is something else I can add to my Ae tricks.

    • @VerticDesigns
      @VerticDesigns  8 หลายเดือนก่อน

      No problem and I'm really glad to hear that! Also welcome to my channel

  • @trickcompany
    @trickcompany 8 หลายเดือนก่อน

    hey, even tho I set the the settings to the one you said, the error doesnt go away?

    • @VerticDesigns
      @VerticDesigns  8 หลายเดือนก่อน

      Double check the expression and make sure there's no gaps, random empty spaces or just reboot ae

    • @studiopictures9315
      @studiopictures9315 7 หลายเดือนก่อน

      I need to place a semicolon here, otherwise it won't work for me either: function addZero(n){ if (n

  • @nathanrogersstudios
    @nathanrogersstudios 8 หลายเดือนก่อน +1

    Thanks for this! Coincidentally, I needed a 5 minute timer. This was perfect.

    • @VerticDesigns
      @VerticDesigns  8 หลายเดือนก่อน

      It was meant to be then haha and no worries

    • @vincentsansevero7590
      @vincentsansevero7590 7 หลายเดือนก่อน

      How did you modify the expression for 5 minutes/less than 10 minutes?

    • @VerticDesigns
      @VerticDesigns  7 หลายเดือนก่อน

      @@vincentsansevero7590 do you mean like re-edit the expression or creating the expression?

    • @vincentsansevero7590
      @vincentsansevero7590 7 หลายเดือนก่อน

      @@VerticDesigns Yes, how to make the timer < 10 mins? I changed the last line to '(min) + ":" + addZero(sec)', and it is displaying properly, but the counter is counting "slower" than "normal" time

    • @VerticDesigns
      @VerticDesigns  7 หลายเดือนก่อน +1

      @@vincentsansevero7590 oh right just make sure to also update your project to 10 min and to change the timer speed you move the keyframes closer together

  • @rylbbyv
    @rylbbyv 2 หลายเดือนก่อน

    Thank you!

  • @DJStebbs
    @DJStebbs ปีที่แล้ว +1

    This worked good for a genaric clock where time dose not need to correct but to get it to be correct time (is was in a 23.98 project that might be why) I had to swap
    slider = Math.round(effect("Slider Control")("Slider"))
    with
    slider = Math.floor(effect("Slider Control")("Slider"))
    Also to help reduced the the jumping around because the kerning on 1 I build the Sec and Min as different layers by themselves and had ( : ) also be its own layer. Used at temp 00:00 layer as a template for spacing.
    After all that found a font the has the Kerning the same for all Number (Digital-7 Mono) then went back to the one layer version
    Thank you

  • @TwistSoulG
    @TwistSoulG ปีที่แล้ว

    Great Video man!! Btw, do u know how to put it backwards? I mean, like a countdown timer?

    • @TwistSoulG
      @TwistSoulG ปีที่แล้ว

      nvm I figure it out xD

    • @VerticDesigns
      @VerticDesigns  ปีที่แล้ว

      oh nice glad you've sorted it haha

  • @crissarodaeli3793
    @crissarodaeli3793 ปีที่แล้ว

    What do you mean by "home"?? is it windows key?

    • @VerticDesigns
      @VerticDesigns  ปีที่แล้ว

      the home key on a standard keyboard right above the end key

  • @f_kitsunex
    @f_kitsunex ปีที่แล้ว

    10q man)

  • @marceloaguirree
    @marceloaguirree 8 หลายเดือนก่อน

    Why 300? In the slider

    • @VerticDesigns
      @VerticDesigns  8 หลายเดือนก่อน

      I think the slider operates by frames so I believe that would be the amount of frames that you'd need for a 5 min timer. Not 100% sure on that one

  • @owentorres6657
    @owentorres6657 ปีที่แล้ว +1

    The error of expression keeps apearing

    • @VerticDesigns
      @VerticDesigns  ปีที่แล้ว

      Did you switch to that legacy expression engine?

    • @VerticDesigns
      @VerticDesigns  ปีที่แล้ว

      Also just double check the code because the littlest mistakes causes the errors aha

    • @hx.blakeney
      @hx.blakeney ปีที่แล้ว +5

      correct code is here:
      slider = Math.round(effect("Slider Control")("Slider"));
      sec = slider % 60;
      x = Math.floor(slider / 60);
      min = x % 60;
      hour = Math.floor(slider / 3600);
      function addZero(n) {
      if (n < 10) {
      return "0" + n;
      } else {
      return n;
      }
      }
      addZero(hour) + ":" + addZero(min) + ":" + addZero(sec);

  • @easyway5319
    @easyway5319 7 หลายเดือนก่อน

    Thank you sooo much !!!!

  • @nickverzilli3181
    @nickverzilli3181 ปีที่แล้ว +1

    this didnt work for me but then I just asked chatgpt to write it and that did work in way less time.

    • @nickverzilli3181
      @nickverzilli3181 ปีที่แล้ว

      timeToDisplay = Math.min(time, 5);
      formattedTime = timeToDisplay.toFixed(2);
      formattedTime;

    • @VerticDesigns
      @VerticDesigns  ปีที่แล้ว

      @@nickverzilli3181 oh fair enough if that short version works the same then even better

  • @unseenninja130
    @unseenninja130 ปีที่แล้ว

    hey man! I'm using AE 2015 and can't find any expression setting over there... If you know what to do... I'd be very thankful to you!

    • @unseenninja130
      @unseenninja130 ปีที่แล้ว

      oh! I did something and its actually started working lol xd! anyways thanks for your such a beautiful tutorial!

    • @VerticDesigns
      @VerticDesigns  ปีที่แล้ว

      oh right well im glad it' working now

    • @gojosheart
      @gojosheart ปีที่แล้ว

      @@unseenninja130what did u do? im having the same problem :)

    • @unseenninja130
      @unseenninja130 ปีที่แล้ว

      @@gojosheart no shot brhh💀... literally did it 3 months ago and I don't remember anything bout it now! but luckily I got the project file if you want it?

  • @gabrielmorales930
    @gabrielmorales930 5 หลายเดือนก่อน

    thanks, very appreciated

  • @Benjamin-nn5qy
    @Benjamin-nn5qy ปีที่แล้ว

    how do you keep the timer from moving / shifting along the baseline?

    • @VerticDesigns
      @VerticDesigns  ปีที่แล้ว

      If you keep the anchor point center align in the middle of the text box and center align your text box it auto center align the timer

    • @somehannahperson
      @somehannahperson ปีที่แล้ว

      Use a monospaced font. Like roboto or arial

  • @manish-ct6er
    @manish-ct6er 7 หลายเดือนก่อน

  • @EricVasquezDesign
    @EricVasquezDesign ปีที่แล้ว

    Great tutorial! TY 👍

  • @Lucreaux
    @Lucreaux 7 หลายเดือนก่อน

    Thank you. This helped!

    • @VerticDesigns
      @VerticDesigns  7 หลายเดือนก่อน

      No problem glad it did

  • @mashby100
    @mashby100 ปีที่แล้ว

    legend!

  • @청슈민
    @청슈민 ปีที่แล้ว

    Super useful! Big thanks!

  • @BabakMehr
    @BabakMehr 11 หลายเดือนก่อน

    Thank you very mutch♥♥♥♥

  • @creativeteam6207
    @creativeteam6207 6 หลายเดือนก่อน

    Thank you so much!

  • @Ta-Lika_Live
    @Ta-Lika_Live ปีที่แล้ว

    💛💛💛Thank U!!!💛💛💛

  • @nikivanenko2253
    @nikivanenko2253 ปีที่แล้ว

    thanks!

  • @peterfortunatus
    @peterfortunatus ปีที่แล้ว

    Appreciate bro 💪

  • @mateussalviano3439
    @mateussalviano3439 ปีที่แล้ว

    thank you

  • @martinbajsic4836
    @martinbajsic4836 ปีที่แล้ว

    thanks!

  • @INNERACADEMIA
    @INNERACADEMIA ปีที่แล้ว

    thank you, so to the point and helpful! I make pomodoro timers for my videos and learned how to do that watching your tutorial.

    • @VerticDesigns
      @VerticDesigns  ปีที่แล้ว

      Oh right that's really cool and I'm glad my video was helpful :)