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

animatefx.animation.AnimateFXInterpolator Maven / Gradle / Ivy

The newest version!
package animatefx.animation;

import javafx.animation.Interpolator;

public final class AnimateFXInterpolator {

    private AnimateFXInterpolator() {
        throw new IllegalStateException("AnimateFX Interpolator");
    }

    public static final Interpolator EASE = Interpolator.SPLINE(0.25, 0.1, 0.25, 1);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy