-
Remapping array to slider with easing
Hi all
I have what I thought was simple that really has me stumped!
I’ve an array of y positions that I’d like to simply remap to a slider so the array[0] is 0 on a slider, array[1] is 1 on a slider, array[2] is 2 on slider….. so I can animate between positions with simple values on a slider.
I think there’s some loop to do that I can’t figure out, any help would be much appreciate!