Skip to content

Commit

Permalink
update ripple_pulse_animation
Browse files Browse the repository at this point in the history
  • Loading branch information
VishnuSanal committed Aug 20, 2023
1 parent 9fddc37 commit c555325
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/anim/ripple_pulse_animation.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

<scale
android:duration="2000"
android:fromXScale="0.25"
android:fromYScale="0.25"
android:fromXScale="0"
android:fromYScale="0"
android:interpolator="@android:anim/accelerate_interpolator"
android:pivotX="50%"
android:pivotY="50%"
Expand Down

0 comments on commit c555325

Please sign in to comment.