标签: android
我正在使用ViewPropertyAnimator对X值的RecyclerView进行动画处理,当其部分滚动超出屏幕时,我想要RecyclerView
recyclerview.animate().translationY(135).setDuration(250).setInterpolator(new DecelerateInterpolator());