Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Number counter speed change question

New Here ,
Jun 24, 2021 Jun 24, 2021

Hello,

I have made this number ticker using point control and a specific code. This causes the ticker to change numbers rapidly per frame. I’m trying to figure out a way to change the rate of the numbers changing so it’s not as fast. I’ve attached a clip of what I have currently and screenshots of the composition with the code visible. Thanks for your help!

 

Screen Shot 2021-06-24 at 5.58.21 PM (2).pngScreen Shot 2021-06-24 at 5.58.21 PM.png

TOPICS
Expressions , How to
362
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Jun 24, 2021 Jun 24, 2021

Using posterizeTime(enter desired frame rate); as the top line can allow you to force the expression to run/update at a specific frame rate. That's probably the best solution here!

Translate
Community Expert ,
Jun 24, 2021 Jun 24, 2021

Using posterizeTime(enter desired frame rate); as the top line can allow you to force the expression to run/update at a specific frame rate. That's probably the best solution here!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jun 24, 2021 Jun 24, 2021
LATEST

Thank you Kyle! That did the trick!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines