You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A combination of Reduced motion and Cross-Fade Transition on iOS makes animation not smooth.
Code snippet
You can use example app.
Repo for reproducing
You can use example app.
To Reproduce
Steps to reproduce the behavior:
Go to "Animated Keyboard" example
Click on TextInput
See animation smoothness
Expected behavior
Animations should be smooth.
Screenshots
RPReplay_Final1724771280.MP4
Smartphone (please complete the following information):
Desktop OS: MacOS 14.41
Device: iPhone 11
OS: 17.4
RN version: 0.75.2
RN architecture: old/new
JS engine: Hermes
Library version: 1.13.2
Additional context
Would be good to check how other apps are handling this. But I think the common feature would be the fact that useKeyboardHandler should give gradual values and don't change values when keyboard starts movement or finishes its movement.
The text was updated successfully, but these errors were encountered:
Describe the bug
A combination of Reduced motion and Cross-Fade Transition on iOS makes animation not smooth.
Code snippet
You can use example app.
Repo for reproducing
You can use example app.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Animations should be smooth.
Screenshots
RPReplay_Final1724771280.MP4
Smartphone (please complete the following information):
Additional context
Would be good to check how other apps are handling this. But I think the common feature would be the fact that
useKeyboardHandler
should give gradual values and don't change values when keyboard starts movement or finishes its movement.The text was updated successfully, but these errors were encountered: