smooth Scroll To
fun <T : ReactScrollViewHelper.HasFlingAnimator?, ReactScrollViewHelper.HasScrollState?, ReactScrollViewHelper.HasStateWrapper?, ViewGroup> smoothScrollTo(scrollView: T, x: Int, y: Int)
Scroll the given view to the location (x, y), with provided initial velocity. This method works by calculate the "would be" initial velocity with internal friction to move to the point (x, y), then apply that to the animator.