Package ea.animation

Interface Interpolator<V>

All Known Implementing Classes:
ConstantInterpolator, CosinusFloat, EaseInOutFloat, LinearFloat, LinearInteger, ReverseEaseFloat, SinusFloat

public interface Interpolator<V>
  • Method Summary

    Modifier and Type
    Method
    Description
    interpolate(float progress)
     
  • Method Details

    • interpolate

      V interpolate(float progress)