
wallettemplate.utils.easing.EasingMode Maven / Gradle / Ivy
package wallettemplate.utils.easing;
/**
* Defines the three easing modes, ease-in, ease-out and ease-both.
*
* @author Christian Schudt
*/
public enum EasingMode {
EASE_IN,
EASE_OUT,
EASE_BOTH
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy