Jump to content
Search Community

OliverHH

Premium
  • Posts

    3
  • Joined

  • Last visited

Everything posted by OliverHH

  1. Hello, when I reverse the tween (click on Button "reversed false"), I expect that the frame property gets decrement (Starts at nearby 200 and goes down to 0) every time I increment the progress (click on Button "progress +0.1"). But the frame property gets every time incremented. What am I doing wrong? Or have I misunderstand something? In the end I want to have a scrubber (Draggable) that can move the animation (frames) forward and backwards. Something like: Draggable.create and use the onDrag callback and set the progress of the tween. If the mouse move left I would call the reversed(true) method on the tween. Or is there a better other solution? Thanks Oliver
  2. Thank you for your answers. Thanks for the idea, that's a good solution. Possibility I will try that.
  3. Hello, I'm creating a scroll animation with snapping. Is it possible to set the snap duration based on the remaining animation duration on the timeline? Between Step1 and Step2 I want the snap duration to be max 10; between Step2 and Step3 I want the snap duration to be max 3; between Step3 and end I want the snap duration to be max 6. Is that possible? In my test above, the duration is always round about 2000ms. Thanks Oliver
×
×
  • Create New...