Xamarin.Android - Interpolator

This sample demonstrates the use of animation interpolators and path animations for Material Design. It shows how an ObjectAnimator is used to animate two properties of a view (scale X and Y) along a path.

Instructions

  • Run the project
  • Adjust which interpolator type to use along with the duration of the interpolation using the Spinner and SeekBar respectively.
  • Tap the "Animate!" button to show an interpolation with the desired settings on the purple rectangle.

Build Requirements

  • Xamarin Studio 5.3+
  • Xamarin Android 4.17+
  • Android SDK (L Preview)

Interpolator application screenshot

License

Copyright 2014 The Android Open Source Project