Hey guys,
real great job on that expression, I’ve been looking for something like this for hours! Is there any way to ease the movement created?
Thanks!!!
edit:
eased it:
f = timeToFrames(time);
line = Math.floor(f/25);
pix = Math.min(f%25,10);
pixe = ease(pix, 0, 10, 0, 100);
value - [0, (line*100+pixe)-time]