Reversable Animated Value Interpolator
A TimeInterpolator that reverses the animated values of the provided source .
Functions
Link copied to clipboard
Link copied to clipboard
open fun of(useSourceInterpolator: Boolean, @NonNull sourceInterpolator: TimeInterpolator): TimeInterpolator
A helper method that returns the source TimeInterpolator unaffected or a reversed version of the source TimeInterpolator, depending on the value of the
useSourceInterpolator
parameter.