FadeOutParticle
FadeOutParticle is an animation for disappearing views like TextViews
Installation
Add it in your root build.gradle at the end of repositories:
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
Add the dependency
implementation 'com.github.hoomanmmd:fadeoutparticle:1.0.0'
Usage
To start animation
fadeOutParticleFrameLayout.startAnimation()
Reset to initial state
fadeOutParticleFrameLayout.reset()