All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.palexdev.mfxeffects.enums.RippleState Maven / Gradle / Ivy

There is a newer version: 11.26.0
Show newest version
package io.github.palexdev.mfxeffects.enums;

import io.github.palexdev.mfxeffects.ripple.base.RippleGenerator;

public enum RippleState {
    /**
     * Indicates that the generator is inactive, meaning that there's no animation playing, or
     * that the 'effect end' animations are playing
     */
    INACTIVE,

    /**
     * Indicates that the ripple effect has been generated and now the generator is waiting for its release,
     * see {@link RippleGenerator#release()}
     */
    WAITING_FOR_CLICK
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy