Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zoom animation in Android feels too quick and elastic #1223

Closed
2 of 7 tasks
gustavopch opened this issue Nov 26, 2021 · 4 comments · Fixed by #1213
Closed
2 of 7 tasks

Zoom animation in Android feels too quick and elastic #1223

gustavopch opened this issue Nov 26, 2021 · 4 comments · Fixed by #1213

Comments

@gustavopch
Copy link

Description

As the title says, the zoom animation in Android isn't exactly like what I see in native apps (e.g. in Android settings). I'm not sure if it's due to dropped frames or if the animation is just not correctly implemented.

Steps To Reproduce

  1. Perform a screen transition using React Navigation and observe the animation.
  2. Perform a screen transition in Android settings and observe the animation.
  3. You'll probably see the zoom doesn't happen exactly similarly.

Platform

  • iOS
  • Android
  • Web
  • Windows
  • tvOS

Workflow

  • Managed workflow
  • Bare workflow

Package versions

package version
react-native 0.66.3
@react-navigation/native 6.0.6
@react-navigation/native-stack 6.2.5
react-native-screens 3.9.0
react-native-safe-area-context 3.3.2
react-native-gesture-handler 1.10.3
react-native-reanimated 2.2.4
expo -
@kacperkapusciak kacperkapusciak linked a pull request Nov 29, 2021 that will close this issue
2 tasks
@WoLewicki
Copy link
Member

@gustavopch can you check if applying #1213 introduces better animation?

@Only-IceSoul
Copy link

I think it only works when they have the same aspect ratio.

@lightrow
Copy link

why is this closed? It's still happening on 3.18.2, we can't use native stack navigator (react-navigation) on Android because the transition animations are very off, unlike the regular JS stack navigator

@WoLewicki
Copy link
Member

It was closed since we no longer use system animations and the new animation specs have been taken from react-navigation iirc. If you want custom transitions on Android, you can check #489 for more information on how to modify them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants