After Effects ▸ Views Number Counter With Commas Animation | Tutorial

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 พ.ค. 2023
  • How to create a number counter in Adobe After Effects with commas to seprate the thousands. Countup or countdown with this number counter. This Adobe After Effects tutorial will show you how to create a number counter that can countup or countdown numbers and also turn it into a views counter. Adobe After Effects CC 2023 and older versions of After Effects allows you to create this number counter animtion with keyframes and expressions. Adobe After Effects is the perfect video editing program for adding a number counter expression with commas, small numbers and a views counter.
    Expression: mega.nz/file/q5111DRS#rcsrIfN...
    🔔 Stay Updated ➤ bit.ly/1Lr3EXM
    🖥️ My Setup 🖱️ ▸ www.amazon.co.uk/shop/verticd...
    〓 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/@george-283081
    ---
    ♪ Music Credit(s) ♪
    Turbo - Cxdy
  • แนวปฏิบัติและการใช้ชีวิต

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

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

    ✅ *After Effects* ➧ prf.hn/l/OVxMyzj
    🔎 *Expression:*
    num = effect("Slider Control")("Slider").value.toFixed()+" views";
    function addCommas(x) {
    return x.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",");
    }
    addCommas(num);

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

      Thanks for this :) How do I add a dollar sign at the front? simply adding "$" + at the front of the expression won't work for me and gives me an expression error. Thanks :)

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

      @@marclawrence123 I'm literally just about to upload the money number counter video haha

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

      @@VerticDesigns Nice!!!

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

      @@marclawrence123 yup perfect timing 😆 the video is up on the channel

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

      @@VerticDesigns Sweet! I'll go check it out thanks!

  • @AbdulHannan-mm4vn
    @AbdulHannan-mm4vn ปีที่แล้ว +3

    Slider control has a limit of 1,000,000 so if you want to go beyond that number, use angle control instead

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

    Thanks a million pal!

  • @IamS.S.I
    @IamS.S.I 13 วันที่ผ่านมา

    👍👍

  • @user-ms5gd6kz6j
    @user-ms5gd6kz6j ปีที่แล้ว

    I have done all the steps and cut and paste the expression, but nothing lets me go beyond 1,000,000 and it doesn't seem to be allowing me to do anything but round numbers. What am I doing wrong? I'm a newbie at expressions. I'm trying to reach a number 1,485,150.43 but the slider just keeps resetting to 1,000,000. HELP! and thanks.

    • @AbdulHannan-mm4vn
      @AbdulHannan-mm4vn ปีที่แล้ว

      Slider control has a limit of 1,000,000 so if you want to go beyond that number, use angle control instead