I want to apply a translate animation on an Android view (button) using a custom interpolator where the easing function is:
animation
view
interpolator
1,2,3 go
Interpolator customInterpolator = PathInterpolatorCompat.create(cpX1,cpX2,cpY1,cpY2)
Added a gist. Some more here.