SegmentInterpolator
class SegmentInterpolator(val base: TimeInterpolator, val start: Float = 0.0f, val end: Float = 1.0f) : TimeInterpolator
Takes a base interpolator and extracts out a segment from it as a new TimeInterpolator.
This is useful for sequential animations where each of the child animations should be interpolated so that they match with another animation when combined.