Skip to content

An animation system for a single value to change prettily and smoothly

Notifications You must be signed in to change notification settings

Hamster5295/Flexer

Repository files navigation

Flexer

An animation system aimed at smoothly change a value into another. Useful in UI Animations.

How to use

  1. Add jitpack.io into your repositories
allprojects {
  repositories {
		...
		maven { url 'https://jitpack.io' }
	}
}
  1. Add implementation.
dependencies {
  implementation 'com.github.Hamster5295:Flexer:1.1-SNAPSHOT'
}

About

An animation system for a single value to change prettily and smoothly

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages