Skip to main content
Participating Frequently
January 26, 2022
Question

How to control Ticker Text Speed by Expression Controls

  • January 26, 2022
  • 1 reply
  • 177 views

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.

This topic has been closed for replies.

1 reply

METOV5EA7Author
Participating Frequently
January 26, 2022

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