Class ElasticInCurve
java.lang.Object
javafx.animation.Interpolator
io.github.palexdev.mfxeffects.animations.base.Curve
io.github.palexdev.mfxeffects.animations.motion.ElasticInCurve
An oscillating curve that grows in magnitude while overshooting its bounds.
The above example is built with a magnitude of 0.4.
-
Nested Class Summary
Nested classes/interfaces inherited from class javafx.animation.Interpolator
javafx.animation.Interpolator.StepPosition -
Field Summary
Fields inherited from class javafx.animation.Interpolator
DISCRETE, EASE_BOTH, EASE_IN, EASE_OUT, LINEAR, STEP_END, STEP_START -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class javafx.animation.Interpolator
interpolate, interpolate, interpolate, interpolate, interpolate, SPLINE, STEPS, TANGENT, TANGENT
-
Constructor Details
-
ElasticInCurve
public ElasticInCurve() -
ElasticInCurve
public ElasticInCurve(double period)
-
-
Method Details
-
curve
-