Skip to content

Commit

Permalink
animations done
Browse files Browse the repository at this point in the history
  • Loading branch information
6eero committed Apr 6, 2024
1 parent b01cdce commit e00069c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/anim/enter_left_to_right.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
<translate
android:fromXDelta="-100%"
android:toXDelta="0%"
android:duration="80"/>
android:duration="120"/>
</set>
2 changes: 1 addition & 1 deletion app/src/main/res/anim/enter_right_to_left.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
<translate
android:fromXDelta="100%"
android:toXDelta="0%"
android:duration="80"/>
android:duration="120"/>
</set>
2 changes: 1 addition & 1 deletion app/src/main/res/anim/exit_left_to_right.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
<translate
android:fromXDelta="0%"
android:toXDelta="100%"
android:duration="80"/>
android:duration="120"/>
</set>
2 changes: 1 addition & 1 deletion app/src/main/res/anim/exit_right_to_left.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
<translate
android:fromXDelta="0%"
android:toXDelta="-100%"
android:duration="80"/>
android:duration="120"/>
</set>

0 comments on commit e00069c

Please sign in to comment.