Open Ambika99 opened 6 years ago
What do we write to change the animation type from the default fadeIn to bounceIn
Like This: Sequent.origin((ViewGroup) findViewById(R.id.login)).anim(this, Animation.BOUNCE_IN).start();
What do we write to change the animation type from the default fadeIn to bounceIn