Skip to content

Conversation

qwertychouskie
Copy link

ease-in and ease-out were mixed up, making the animation jarring, as it would accelerate faster towards the destination.

The defined cubic-bezier animations now used are approximately equivalent to using Easing.out(Easing.cubic) for the animation in and Easing.in(Easing.sin) for the animation out.

Before:

Screen.Recording.2025-09-16.at.4.39.13.PM.mov

After:

Screen.Recording.2025-09-16.at.4.38.54.PM.mov

`ease-in` and `ease-out` were mixed up, making the animation jarring, as it would accelerate faster towards the destination.

The defined `cubic-bezier` animations now used are approximately equivalent to using `Easing.out(Easing.cubic)` for the animation in and `Easing.in(Easing.sin)` for the animation out.
Copy link

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit feee26b:

Sandbox Source
react-native-web-examples Configuration

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 this pull request may close these issues.

1 participant