Created
June 30, 2020 18:17
-
-
Save siscofran999/28bd6a3f210b2bf8a824c247f5df3079 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="utf-8"?> | |
| <set xmlns:android="http://schemas.android.com/apk/res/android"> | |
| <objectAnimator | |
| android:valueFrom="1.0" | |
| android:valueTo="0.0" | |
| android:propertyName="alpha" | |
| android:duration="0" /> | |
| <objectAnimator | |
| android:valueFrom="-180" | |
| android:valueTo="0" | |
| android:propertyName="rotationY" | |
| android:repeatMode="reverse" | |
| android:duration="1500" /> | |
| <objectAnimator | |
| android:valueFrom="0.0" | |
| android:valueTo="1.0" | |
| android:propertyName="alpha" | |
| android:startOffset="750" | |
| android:duration="0" /> | |
| </set> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment