FPSAnimator
A simple but powerful Tween / SpriteSheet / ParabolicMotion / animation library for Android TextureView and SurfaceView.
Features
The controls Fps possible to animation.
Possible for animation of Tween and SpriteSheet and ParabolicMotion in one of TextureView.
Possible to animate with low load on the terminal.
28 types of Easing
Basic Usage
Gradle
dependencies {
// jCenter
compile 'com.daasuu:FPSAnimator:0.2.3.2'
}
Include the FPSTextureView widget in yo
1