-
Slider to shift layer between 12 possible x/y 2D positions
Hi everyone – I’m working on a video template that I need to pass along to other animators. One sequence that will be repeated is smooth transitions between 12 possible comic frames, moving forward chronologically(no transitions are skipping frames or going backwards).
Here’s my goal: Create a slider control that allows me to shift between only those 12 positions. I’m a beginner when it comes to javascript, but I wouldn’t want anyone to write out the whole code for me, I just need to understand how to approach this. I assume I can create the positional data as variables in the expression, and attach the number value of the slider to those positions – But I also need it to interpolate between those keyframes, and I’m not certain it would automatically do that.
Thanks!