Skip to content

Commit

Permalink
Adjust animation timings
Browse files Browse the repository at this point in the history
  • Loading branch information
AEFeinstein committed Dec 30, 2021
1 parent fc7fc62 commit edf572a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions mobile/src/main/res/animator/rotation_wedge_b.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@
android:propertyName="rotation"
android:valueFrom="216"
android:valueTo="360" />
<animator android:duration="@integer/splash_wait_ms" />
</set>
1 change: 1 addition & 0 deletions mobile/src/main/res/animator/rotation_wedge_g.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@
android:propertyName="rotation"
android:valueFrom="72"
android:valueTo="360" />
<animator android:duration="@integer/splash_wait_ms" />
</set>
1 change: 1 addition & 0 deletions mobile/src/main/res/animator/rotation_wedge_r.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@
android:propertyName="rotation"
android:valueFrom="144"
android:valueTo="360" />
<animator android:duration="@integer/splash_wait_ms" />
</set>
1 change: 1 addition & 0 deletions mobile/src/main/res/animator/rotation_wedge_u.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@
android:propertyName="rotation"
android:valueFrom="288"
android:valueTo="360" />
<animator android:duration="@integer/splash_wait_ms" />
</set>
3 changes: 2 additions & 1 deletion mobile/src/main/res/values/numbers.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<integer name="splash_anim_ms">1000</integer>
<integer name="splash_anim_ms">750</integer>
<integer name="splash_wait_ms">250</integer>
</resources>

0 comments on commit edf572a

Please sign in to comment.