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

animatefx.animation.AnimateFXInterpolator Maven / Gradle / Ivy

There is a newer version: 1.3.0
Show 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 - 2024 Weber Informatics LLC | Privacy Policy