-
Control Time Remap with Slider
I am looking to control the time remap of a composition by using a slider which is also connected to other attributes for an essential graphics pre-comp. What I want is to use the linear expression but I can’t seem to figure it out. When the slider values are between 0 and 100, I want the time remap to be between 0:00:00:00 and 0:00:00:12. This is what I have so far.
My comp is at 24fps
src = thisComp.layer("Control").effect("Slider Control")("Slider");linear(src, 0, 100, 0, 12)