CircularReveal
Lollipop ViewAnimationUtils.createCircularReveal for everyone 4.0+
File Explorer
Download Latest Version (.zip)- AnimatorPath.java
- MainActivity.java
- PathEvaluator.java
- PathPoint.java
- RadialTransformationActivity.java
- SpringSettingsBottomDialog.java
- overlay_color.xml
- ic_looks_one_black_24dp.xml
- ic_looks_two_black_24dp.xml
- image_borders.xml
- ic_launcher.png
- ic_refresh_white_24dp.png
- ic_launcher.png
- example_raw_image.jpg
- floatingactionbutton_shadow_layer.png
- ic_launcher.png
- ic_refresh_white_24dp.png
- ic_launcher.png
- ic_refresh_white_24dp.png
- activity_main.xml
- activity_sample_2.xml
- activity_sample_3.xml
- card_item.xml
- menu_main.xml
- dimens.xml
- strings.xml
- styles.xml
- dimens.xml
- AndroidManifest.xml
- build.gradle
- proguard-rules.pro
- RevealViewGroup.java
- ViewAnimationUtils.java
- ViewRevealManager.java
- RevealFrameLayout.java
- RevealLinearLayout.java
- AndroidManifest.xml
- .gitignore
- build.gradle
- gradle.properties
- gradle_mvn_push.gradle
- proguard-rules.pro
- gradle-wrapper.jar
- gradle-wrapper.properties
- AnimationHandler.java
- DynamicAnimation.java
- DynamicAnimator.java
- Force.java
- SpringAnimation.java
- SpringForce.java
- SpringViewAnimatorManager.java
- strings.xml
- AndroidManifest.xml
- .gitignore
- build.gradle
- proguard-rules.pro
- .gitignore
- build.gradle
- gradle.properties
- gradlew
- gradlew.bat
- jitpack.yml
- LICENSE
- README.md
- settings.gradle
π Installation Guide
1. Get the code
git clone https://github.com/ozodrukh/CircularReveal
Downloads the entire project code from GitHub to your computer.
cd CircularReveal
Moves into the project folder you just downloaded.
2. Gradle (Java/Kotlin)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java/Kotlin projects.
- Gradle If the repo includes gradlew (Gradle Wrapper), you don't need to install Gradle separately.
cd app
This project's files live in a subfolder, so move into it first.
./gradlew build
Builds the project using Gradle.
A BUILD SUCCESSFUL message means it worked. The output is created under build/.
// repository documentation
Was this content helpful?
(0 ratings)
