CircularRevealCompat

Defines compat implementations of circular reveal animations.

See also

Functions

Link copied to clipboard
open fun createCircularReveal(@NonNull view: CircularRevealWidget, centerX: Float, centerY: Float, endRadius: Float): Animator
open fun createCircularReveal(view: CircularRevealWidget, centerX: Float, centerY: Float, startRadius: Float, endRadius: Float): Animator
Returns an Animator to animate a clipping circle.
Link copied to clipboard
Creates an AnimatorListener to be applied to either the Animator returned from createCircularReveal or preferably to the overall AnimatorSet.