-
Speed expression with keyframes
I have a layer speed controller that works great without keyframes but would love to add keyframable speed. Here is what I have now:
spd = effect(“Slide Speed (px/sec)”)(“Slider”);
[time*(spd), 0];This makes the layer ‘slide’ at the speed set in the slider. Problem is that is I keyframe that value then the speed transition no longer works. How can I modify the expression so that I can keyframe the speed and the layer continues in the place but at a different speed?
