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

How to control Ticker Text Speed by Expression Controls

Community Beginner ,
Jan 25, 2022 Jan 25, 2022

Copy link to clipboard

Copied

Hello! I am making a Ticker Text template and I need to have an opportunity to change the speed of this using one of the Expression Controls (Angle Control or Slider, maybe). For motion, I tried the expression "time" on X Position or Time Remap keyframes, it works but it seems I don't know how to control it by Expression Controls.

TOPICS
Expressions , How to

Views

44

Translate

Translate

Report

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 ,
Jan 26, 2022 Jan 26, 2022

Copy link to clipboard

Copied

LATEST

So, I use following code:

rate = 2; //value in px/sec.
value - [rate*timeToFrames(time), 0];

How can I control "Rate" by Slider, for example

Votes

Translate

Translate

Report

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