FPSAnimator Versions Save

FPSAnimator is very easy animation library for Android TextureView and SurfaceView.

v0.2.4.0

5 years ago

Support Android X

v0.2.3.2

6 years ago

small bugs fix update support library

v0.2.3.0

7 years ago

add arc animation

v0.2.2.1

8 years ago

bug fixes

v0.2.2

8 years ago

Add CircleDrawer and RectDrawer.

0.2.1

8 years ago

・Add CustomDrawer Class.

・ability to set drawing priority to DisplayBase

0.2.0

8 years ago

・Add Container Class A Container is a nestable display list that allows you to work with compound display elements. For example you could group arm, leg, torso and head Bitmap instances together into a Person Container, and transform them as a group, while still being able to move the individual parts relative to each other. Children of containers have their transform and alpha properties concatenated with their parent Container.

・bug fixes

0.1.1

8 years ago

Set FPS by attribute xml or constructor

0.1.0

8 years ago

Separage Animation and Drawer

0.0.8

8 years ago

・"customFrameList" functions added to SpriteSheet class. ┗ "customFrameList" is Array of Integer. This will animation play in the frame number order of the value of this array.

・Add many useful functions that manipulate DisplayObject in FPSTextureView and FPSSurfaceView.