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 Animation to UpWindowAngular Component #1

Closed
lucasferreiralimax opened this issue Oct 14, 2024 · 0 comments · Fixed by #2
Closed

Feature: Add Animation to UpWindowAngular Component #1

lucasferreiralimax opened this issue Oct 14, 2024 · 0 comments · Fixed by #2
Assignees
Labels
enhancement New feature or request hacktoberfest

Comments

@lucasferreiralimax
Copy link
Member

I would like to enhance the user experience of the UpWindowAngular component by adding animations for opening and closing the modal. Currently, the modal appears and disappears abruptly, which can be jarring for users.

Describe the solution you'd like
I propose implementing smooth animations for the modal, such as fade-in and fade-out effects. This would provide a more visually appealing transition when the modal is opened and closed.

Additional Context:

  • Animation Types:
    • Fade-in effect when the modal opens.
    • Fade-out effect when the modal closes.
  • CSS Framework: If applicable, we could utilize a CSS animation library like Animate.css, or create custom animations using Angular's animation capabilities.
  • Impact: This change will enhance the overall user experience and make the modal interactions feel more polished.

Examples:
You could look at existing modals in other libraries (e.g., Angular Material, Bootstrap) for reference on how animations can be implemented effectively.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hacktoberfest
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant