An android app to showcase different android animations.
Functions used in this project for animations are;
For Example:-imagename.animate().translationXBy(-1500f).setDuration(2000);
translation can be used for translating image in any direction that is X,Y or Z.
setsuration() takes time for duration in milliseconds
bringToFront() used to bring images to front