Hi,
I was wondering if there is an easier way of animating viewport scrolling to a specified position than computing the step from the distance and starting a timer and moving in the timer (re-adjusting since the user could have changed it ?)
I’ve seen the ComponentAnimator class, and I was wondering if it’s possible to make use of this by adding a method in the viewport that animate the internal component smoothly.