Created
June 30, 2020 18:20
-
-
Save siscofran999/a478244ca5a8e942abb423e3a1181d5a to your computer and use it in GitHub Desktop.
This file contains 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="0" | |
android:valueTo="180" | |
android:propertyName="rotationY" | |
android:duration="1500" /> | |
<objectAnimator | |
android:valueFrom="1.0" | |
android:valueTo="0.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