Skip to content

Instantly share code, notes, and snippets.

@maozgal
Created March 4, 2019 10:30
Show Gist options
  • Save maozgal/786282f241a77d88ab8fe41db5081a92 to your computer and use it in GitHub Desktop.
Save maozgal/786282f241a77d88ab8fe41db5081a92 to your computer and use it in GitHub Desktop.
<KeyCycle
motion:framePosition="0"
motion:target="@+id/button"
motion:wavePeriod="0"
motion:waveOffset="0dp"
motion:waveShape="bounce"
android:translationY="0dp"/>
<KeyCycle
motion:framePosition="50"
motion:target="@+id/button"
motion:wavePeriod="2"
motion:waveOffset="0dp"
motion:waveShape="bounce"
android:translationY="-40dp"/>
<KeyCycle
motion:framePosition="100"
motion:target="@+id/button"
motion:wavePeriod="0"
motion:waveOffset="0dp"
motion:waveShape="bounce"
android:translationY="-8dp"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment