Skip to content

Commit

Permalink
fix(Android): shorten alpha animation to 83ms on default enter-out (#…
Browse files Browse the repository at this point in the history
…1835)

## Description

The issue was reported
[here](react-navigation/react-navigation#11438)
on `@react-navigation` repo.

*Note* Awaiting for response from people that reported the issue

## Changes

Adjusted alpha animation duration as suggested in one of the comments. 

## Test code and steps to reproduce

Basing on people opinion that this improves the situation.

## Checklist

- [x] Ensured that CI passes
  • Loading branch information
kkafar authored Aug 8, 2023
1 parent 6152f4c commit 05f4dd7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
android:fillAfter="true"
android:interpolator="@anim/rns_standard_accelerate_interpolator"
android:startOffset="0"
android:duration="450" />
android:duration="83" />

<translate
android:fromXDelta="0"
Expand Down

0 comments on commit 05f4dd7

Please sign in to comment.