Skip to content
This repository was archived by the owner on Dec 9, 2024. It is now read-only.

Files

Latest commit

 

History

History

Interpolator

Android Interpolator Sample

This sample demonstrates the use of animation interpolators and path animations for Material Design.

Introduction

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.

Screenshots

Screenshot Screenshot

Getting Started

This sample uses the Gradle build system. To build this project, use the "gradlew build" command or use "Import Project" in Android Studio.

Support

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.