Advanced expression (position) question
I'm usually pretty good with expressions, but I'm really stumped on this one:
For the sake of keeping it simple, let's say I have:
1. A layer
2. A null object with a slider
I want my layer to slide in (x position only) from Point A, to Point B, pause on Point B for a few seconds, then slide back to Point A.
Here's the challenge: I want Point B to be controlled by the slider, but I always want Point A to be the same exact starting/ending point. (say 0, for the sake of simplicity). So the animation should go:
0 to X, then X back to 0, where X is the value driven by the slider.
Hope this makes sense. Thank you in advance to anyone who might be able to help.
