Skip to content

Android Smart Animation Library v1.6

Latest
Compare
Choose a tag to compare
@ratty3697 ratty3697 released this 19 Aug 17:51
· 2 commits to master since this release

1.) This library supports 64 advanced different animation which can be applied to any view in android (i.e TextView , LinearLayout , etc)
2.)you can set duration of animation
3.)you can set sliding length of animation
4.) you can control fading effect of animation with Boolean variable
5.) you can create a delay in animation
6.)all animation automatically works on different threads ,so nothing to worry about threading ;)
7.) you can also learn from video tutorials on YouTube for this library(link is mentioned in README.MD)
8.)you can also download sample app to test animation from google play store (link is given in README.MD)
9.) this library is useful in creating advanced animations for android.