ObjectAnimator anim = ObjectAnimator.ofInt(webView,"scrollY",webView.getScrollPositionY(),0); anim.setDuration(500).start();