Fix docs for circular reveal

Issue #17189634 API Review: reveal animation

Change-Id: Iffcec2669368fc95b50ddcba63d0f5c552f49231
This commit is contained in:
Chet Haase
2014-08-21 18:55:38 -07:00
parent 35f39b6660
commit 4c902fa56d

View File

@@ -26,7 +26,7 @@ import android.animation.RevealAnimator;
public final class ViewAnimationUtils {
private ViewAnimationUtils() {}
/**
* Returns a ValueAnimator which can animate a clipping circle.
* Returns an Animator which can animate a clipping circle.
*
* Any shadow cast by the View will respect the circular clip from this animator.
*