Turn off keyboard slide animation in Android

459 views Asked by At

Whenever the soft-keyboard is invoked in the android application, I would like the keyboard to open and close instantly. By default the keyboard has a slide up / down animation, but this can be disabled when turning off the interface animation in your android device.

My question is, can we disable the keyboard animation in the app using Kotlin? If not, can we at least disable and enable all app animations programmatically?

0

There are 0 answers