Interface PropertyInterpolator<T>


  • public interface PropertyInterpolator<T>
    • Method Detail

      • getBasePropertyClass

        Class getBasePropertyClass()
      • interpolate

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