This sample demonstrates the use of animation interpolators and path animations for Material Design.
Material Design
is a comprehensive guide for visual, motion, and interaction
design across platforms and devices. Starting with API level 21,
Android includes support for material design apps.
This sample demonstrates the use of Material Design
animation interpolators
and path animations. It uses an ObjectAnimator to animate two view properties,
Scale_X
and Scale_Y
. Users can pick from a set of interpolator options. They
can also define the duration of the animation.
This sample uses the Gradle build system. To build this project, use the "gradlew build" command or use "Import Project" in Android Studio.
- Stack Overflow: http://stackoverflow.com/questions/tagged/android
If you've found an error in this sample, please file an issue: https://github.com/android/animation
Patches are encouraged, and may be submitted by forking this project and submitting a pull request through GitHub. Please see CONTRIBUTING.md for more details.