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

How to change speed of Typewriter effect WITHOUT keyframes?

Community Beginner ,
Mar 19, 2025 Mar 19, 2025

Hi all!

 

I am trying to create my own .mogrt file of a typewriter effect that's meant to mimick a robot speaking, with plans to move it into Premiere Pro so I can control the speed, font, colours, etc for future projects.

 

The attached image is from a template that I downloaded, and the speed can be controlled via this slider and NOT keyframes.

 

Dan_A_Art_0-1742432811707.pngexpand image

 

The below image is my effect that I'm creating. As you can see, it has the normal 'slider' with the keyframes. My issue is that I want to bring this into Premiere Pro and control the speed in there, and that can't work with keyframes.

Dan_A_Art_1-1742432949540.pngexpand image

 

Does anybody know how that 'speed' fx was added onto the first image, allowing the typewriter effect to be made without keyframes?

 

Thanks! Hope that made sense lol 

 

TOPICS
Error or problem , How to , Scripting
160
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 , Mar 20, 2025 Mar 20, 2025

Screenshot 2025-03-20 at 14.12.06 (2).pngexpand image

Translate
Community Expert ,
Mar 20, 2025 Mar 20, 2025

You could apply an expression to the slider which increases your slider value over time without the keyframes.

Example:

var dur = 3;
linear(time,0,dur,0,100)

If you apply this expression to your slider, it will increate the slider value during the first three seconds of the comp from 0 to 100.

Now replace the 3 by another slider, say "duration" and then you can control with that slider how long your typing animation should last.

Mathias Möhl - Developer of tools like BeatEdit and Automation Blocks for Premiere Pro and After Effects
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
Community Beginner ,
Mar 20, 2025 Mar 20, 2025

Thanks for replying Mathias. How do I change the '3' to another slider? I am still learning about expressions.

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
Community Expert ,
Mar 20, 2025 Mar 20, 2025

Screenshot 2025-03-20 at 14.12.06 (2).pngexpand image

Mathias Möhl - Developer of tools like BeatEdit and Automation Blocks for Premiere Pro and After Effects
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
Community Beginner ,
Mar 20, 2025 Mar 20, 2025
LATEST

That worked - thank you!

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