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

[FEATURE] Add smooth transition to the search modal opening #3646

Open
2 tasks done
auraticabhi opened this issue Feb 4, 2025 · 1 comment · May be fixed by #3647
Open
2 tasks done

[FEATURE] Add smooth transition to the search modal opening #3646

auraticabhi opened this issue Feb 4, 2025 · 1 comment · May be fixed by #3647

Comments

@auraticabhi
Copy link

Why do we need this improvement?

The search modal opens and close instantly without any smooth transition, which creates a jarring user experience. A smooth entry and closing transition would improve the user interface and make it feel more polished.

How will this change help?

The change will introduce a smooth transition in opening and closing of the modal and add transition effects for a smoother experience. It will help to enhance the UI by making modal visibility transition more graceful.

Screenshots

Issue.mp4

How could it be implemented/designed?

By adding a slight delay in setting the modal visibility state and using CSS transitions to smoothly animate the modal's opacity and scaling on opening and closing can solve the issue.
Additionally transitions can be applied to the modal's wrapper and content to smoothly animate the changes.

🚧 Breaking changes

No

👀 Have you checked for similar open issues?

  • I checked and didn't find a similar issue

🏢 Have you read the Contributing Guidelines?

Are you willing to work on this issue?

Yes I am willing to submit a PR!

Copy link

github-actions bot commented Feb 4, 2025

Welcome to AsyncAPI. Thanks a lot for reporting your first issue. Please check out our contributors guide and the instructions about a basic recommended setup useful for opening a pull request.
Keep in mind there are also other channels you can use to interact with AsyncAPI community. For more details check out this issue.

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

Successfully merging a pull request may close this issue.

1 participant