Skip to content
An application demoing meaningful motion on Android
Java
Find file
Latest commit 6657db7 @hitherejoe Update XML dimens names
Failed to load latest commit information.
apk Add APK
app Update XML dimens names
gradle/wrapper Inital commit
images Add gif for no interpolator
.gitignore Inital commit
README.md Update README.md
build.gradle Inital commit
gradle.properties Inital commit
gradlew Inital commit
gradlew.bat Inital commit
settings.gradle Inital commit

README.md

Animate

Web Icons

You'll find the supporting medium article for this project here!

Animate is a simple application I quickly put together to demo meaningful motion on Android. The applications takes a look at a bunch of different Material Style animations, including:

  • Touch Feedback

Touch Feedback

  • View Property Animator

View property Animator

  • Object Animator

Object Animator

  • Interpolators

Interpolators

  • Circular Reveal

Circular Reveal

  • Explode Window Transition

Explode Window Transition

  • Slide Window Transition

Slide Window Transition

  • Fade Window Transition

Fade Window Transition

  • Shared Element Transitions

Shared Element Transitions

  • Custom Morph Transitions

Custom Morph Transitions

  • Animated Vector Drawables

Animated Vector Drawables

Requirements

  • Android SDK.
  • Android 5.1 (API 22) .
  • Android SDK Tools
  • Android SDK Build tools 23.0.0.0 rc3
  • Android Support Repository
  • Android Support libraries

Building

To build, install and run a debug version, run this from the root of the project:

./gradlew assembleDebug
Something went wrong with that request. Please try again.