It's a quick fix of the missing feature of the Alerter library. I've added Slide In and Slide Out Interpolator option to configure.
dependencies {
implementation 'com.github.Andy671:Alerter:v2.0.4.2M'
}
When constructing the Alerter
.setSlideInInterpolator(new SomeAndroidInterpolator())
.setSlideOutInterpolator(new SomeAndroidInterpolator())