An animation system aimed at smoothly change a value into another. Useful in UI Animations.
- Add jitpack.io into your repositories
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
- Add implementation.
dependencies {
implementation 'com.github.Hamster5295:Flexer:1.1-SNAPSHOT'
}