Skip to content

Instantly share code, notes, and snippets.

View Yonkokilasi's full-sized avatar
💭
Senior Mobile App Developer | Flutter

Joseph Kilasi Yonkokilasi

💭
Senior Mobile App Developer | Flutter
View GitHub Profile
@guohai
guohai / ArcTranslateAnimation.java
Created April 3, 2012 16:55
Curved Path Animation in Android
import android.graphics.PointF;
import android.view.animation.Animation;
import android.view.animation.Transformation;
// http://www.math.ubc.ca/~cass/gfx/bezier.html
public class ArcTranslateAnimation extends Animation {
private int mFromXType = ABSOLUTE;
private int mToXType = ABSOLUTE;