Circular Reveal Compat
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
open fun createCircularRevealListener(@NonNull view: CircularRevealWidget): Animator.AnimatorListener
Creates an AnimatorListener to be applied to either the Animator returned from createCircularReveal or preferably to the overall AnimatorSet.