Skip to content

Instantly share code, notes, and snippets.

View PanHyridae's full-sized avatar
🐢
I may be slow to respond.

Pan Hyridae PanHyridae

🐢
I may be slow to respond.
View GitHub Profile
import android.graphics.PointF;
import android.view.animation.Interpolator;
/**
* From https://github.com/codesoup/android-cubic-bezier-interpolator
* Derived from: https://github.com/rdallasgray/bez
*/
public class CubicBezierInterpolator implements Interpolator {