Reveal Animations on Android 5.0
Android 5.0, added in API level 21, introduce ViewAnimationUtils.createCircularReveal (View view, int centerX, int centerY, float startRadius, float endRadius) method returns an Animator which can animate a clipping circle, to animate a clipping circle to reveal or hide a view.
[…] my last project on Android 5.0 Reveal Animation, this error occurred: Error:compileSdkVersion android-21 requires compiling with JDK 7. While […]