Circular Reveal Evaluator
A TypeEvaluator that performs type interpolation between two RevealInfos. This encapsulates an animated circular reveal.
Each value in the intermediary RevealInfo is simply interpolated from the corresponding values from the start and end RevealInfo.
Functions
Link copied to clipboard
open fun evaluate(fraction: Float, @NonNull startValue: CircularRevealWidget.RevealInfo, @NonNull endValue: CircularRevealWidget.RevealInfo): CircularRevealWidget.RevealInfo