fujiyuu75 / Sequent

A simple continuous animation library for Android UI.
254 stars 36 forks source link

How to change the animation from the default fadeIn to something else like bounceIn #33

Open Ambika99 opened 6 years ago

Ambika99 commented 6 years ago

What do we write to change the animation type from the default fadeIn to bounceIn

Dot01110011 commented 6 years ago

Like This: Sequent.origin((ViewGroup) findViewById(R.id.login)).anim(this, Animation.BOUNCE_IN).start();