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

Add Animation Support for UpWindow Component #2

Merged
merged 5 commits into from
Oct 14, 2024

Conversation

lucasferreiralimax
Copy link
Member

This pull request introduces animation support for the UpWindow component, enhancing user experience with various entrance and exit animations. The following key updates have been made:

  1. New Animation Keyframes:

    • Added keyframes for the following animations:
      • Fade In/Out
      • Slide In/Out (from left, right, up, and down)
      • Scale In/Out
  2. Updated SCSS Styles:

    • Integrated the new animations into the .up-window class.
    • Classes for triggering animations have been created:
      • .fade, .fade-out
      • .slide, .slide-out
      • .slide-up, .slide-up-out
      • .slide-down, .slide-down-out
      • .scale, .scale-out
  3. CSS Structure:

    • The .up-window class has been organized to accommodate new animation classes without the prefix, while keyframe definitions retain the up-window- prefix for consistency and clarity.

@lucasferreiralimax lucasferreiralimax self-assigned this Oct 14, 2024
@lucasferreiralimax lucasferreiralimax linked an issue Oct 14, 2024 that may be closed by this pull request
Copy link

github-actions bot commented Oct 14, 2024

Visit the preview URL for this PR (updated for commit 5fe0348):

https://up-window-angular--pr2-animation-window-hsjiwklg.web.app

(expires Mon, 21 Oct 2024 15:39:25 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: 7822e0d6e40bbbcb5ceaa0eda2c38488d7b613f8

@lucasferreiralimax
Copy link
Member Author

Screenshot 2024-10-14 123953

@lucasferreiralimax lucasferreiralimax merged commit 597cc1e into master Oct 14, 2024
2 checks passed
@lucasferreiralimax lucasferreiralimax deleted the animation-window branch October 14, 2024 15:42
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 this pull request may close these issues.

Feature: Add Animation to UpWindowAngular Component
1 participant