Interface PropertyInterpolator<T>

    • Method Detail

      • getBasePropertyClass

        java.lang.Class<T> getBasePropertyClass()
      • interpolate

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