Skip to content

Instantly share code, notes, and snippets.

@tchoomak
tchoomak / button_animation.xml
Last active July 13, 2017 09:51
button biphase animation with undershooting in the end
<?xml version="1.0" encoding="utf-8"?>
<set
xmlns:android="http://schemas.android.com/apk/res/android"
android:ordering="sequentially">
<set
android:ordering="together"
android:duration="100">
<objectAnimator
android:interpolator="@android:anim/accelerate_interpolator"
android:propertyName="scaleX"