Interface TimelineEase

All Known Implementing Classes:
Linear, Sine, Spline

public interface TimelineEase
  • Method Summary

    Modifier and Type
    Method
    Description
    float
    map(float durationFraction)
     
  • Method Details

    • map

      float map(float durationFraction)