diff options
Diffstat (limited to 'app/src/main/res/anim/card_flip_right_out.xml')
-rw-r--r-- | app/src/main/res/anim/card_flip_right_out.xml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/app/src/main/res/anim/card_flip_right_out.xml b/app/src/main/res/anim/card_flip_right_out.xml deleted file mode 100644 index b57113fea..000000000 --- a/app/src/main/res/anim/card_flip_right_out.xml +++ /dev/null @@ -1,18 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<set xmlns:android="http://schemas.android.com/apk/res/android"> - <!-- Rotate. --> - <objectAnimator - android:valueFrom="0" - android:valueTo="-180" - android:propertyName="rotationY" - android:interpolator="@android:interpolator/accelerate_decelerate" - android:duration="@integer/card_flip_time_full" /> - - <!-- Half-way through the rotation (see startOffset), set the alpha to 0. --> - <objectAnimator - android:valueFrom="1.0" - android:valueTo="0.0" - android:propertyName="alpha" - android:startOffset="@integer/card_flip_time_half" - android:duration="1" /> -</set>
\ No newline at end of file |