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.