createCircularReveal

fun View.createCircularReveal(revealDuration: Long = 1500, centerX: Int = 0, centerY: Int = 0, @ColorRes startColor: Int, @ColorRes endColor: Int, showAtEnd: Boolean = true): Animator