Skip to content

Instantly share code, notes, and snippets.

@maozgal
Created March 3, 2019 14:36
Show Gist options
  • Save maozgal/5ff334018e3b298cd2d8c71e33b8a9a3 to your computer and use it in GitHub Desktop.
Save maozgal/5ff334018e3b298cd2d8c71e33b8a9a3 to your computer and use it in GitHub Desktop.
<KeyFrameSet>
<KeyCycle
motion:framePosition="0"
motion:target="@+id/button"
motion:wavePeriod="0"
motion:waveOffset="0"
motion:waveShape="sin"
android:rotation="20"/>
<KeyCycle
motion:framePosition="10"
motion:target="@+id/button"
motion:wavePeriod="6"
motion:waveOffset="0"
motion:waveShape="sin"
android:rotation="20"/>
<KeyCycle
motion:framePosition="50"
motion:target="@+id/button"
motion:wavePeriod="0"
motion:waveOffset="0"
motion:waveShape="sin"
android:rotation="0"/>
<KeyCycle
motion:framePosition="70"
motion:target="@+id/button"
motion:wavePeriod="3"
motion:waveOffset="0"
motion:waveShape="sin"
android:rotation="20"/>
<KeyCycle
motion:framePosition="90"
motion:target="@+id/button"
motion:wavePeriod="0"
motion:waveOffset="0"
motion:waveShape="sin"
android:rotation="0"/>
<KeyCycle
motion:framePosition="100"
motion:target="@+id/button"
motion:wavePeriod="0"
motion:waveOffset="0"
motion:waveShape="sin"
android:rotation="0"/>
</KeyFrameSet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment