-
Slider Control values
Hey Everyone,
I have another Problem, this time it’s regarding expressions and slider controls.
I want to move objects from right to left and the slider should work like an multiplication valueSo if I move the slider from 1 to 2 the movement should be 2 times faster
I used this line and it worked at first.
[time*thisComp.layer(“Control”).effect(“Layer”)(“Slider”),340]the problem is when I set keyframes for this everything works fine for the time between 2 keyframes
after the keyframes the movement is slower then it should beAfter checking through the values I came up with an idea what the problem might be.
The keyframes of the slider only submit relative information instead of the absolute values.
For example if I would set 2 Keyframes, with the values 0 and 50 at 0 and 50 frames
After Effects would submit:frame 1=1 frame 2=2 frame 3=3 and at frame 51=0
Because After effects has reached the “value” of 50 at frame 50 and is no longer sending information
But if after effects would send:
frame 1=”Slider value” frame 2=”Slider Value” …
then the speed wouldn’t go down after the last keyframe because the slider would still send information.
Ok that was as clear as I can formulate my problem.
I could send my project file via e-mail if it could helpwith kind regards