Forum Replies Created

  • Yotam Rozin

    December 15, 2015 at 5:18 pm in reply to: Repeat Y position animation with hold

    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]

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy