Interface PropertyInterpolator<T>


public interface PropertyInterpolator<T>
  • Method Details

    • getBasePropertyClass

      Class<T> getBasePropertyClass()
    • interpolate

      T interpolate(T from, T to, float timelinePosition)